This commit is contained in:
2025-10-01 12:48:37 +03:00
parent ed33edb419
commit 5730a15dbc
6 changed files with 1 additions and 33 deletions
-1
View File
@@ -13,7 +13,6 @@ let
./essentials ./essentials
./users.nix ./users.nix
./options.nix ./options.nix
# ./temp.nix
(./. + "/${deviceType}") # specific modules (./. + "/${deviceType}") # specific modules
home-manager.nixosModules.home-manager # home-manager module home-manager.nixosModules.home-manager # home-manager module
-3
View File
@@ -3,7 +3,4 @@
... ...
}: }:
{ {
# imports = [
# #./xray.nix
# ];
} }
-19
View File
@@ -1,19 +0,0 @@
{
config,
inputs,
pkgs,
...
}:
{
services.xray = {
enable = true;
settings = inputs.zeroq-credentials.public.services.xray;
};
networking.firewall = {
allowedTCPPorts = [ 443 ];
allowedUDPPorts = [ 443 ];
};
environment.systemPackages = [ pkgs.xray ];
}
+1
View File
@@ -11,6 +11,7 @@
port = 1880; port = 1880;
openFirewall = true; openFirewall = true;
userDir = "${xlib.dirs.services-mnt-folder}/node-red"; userDir = "${xlib.dirs.services-mnt-folder}/node-red";
configFile = "${inputs.zeroq-credentials}/configs/node-red/settings.js";
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
-9
View File
@@ -1,9 +0,0 @@
{
config,
...
}:
{
nixpkgs.config.permittedInsecurePackages = [
"libsoup-2.74.3"
];
}
-1
View File
@@ -22,7 +22,6 @@
"pipewire" "pipewire"
"qemu-libvirtd" "qemu-libvirtd"
"wheel" "wheel"
"immich" # rm?
]; ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKduJia+unaQQdN6X5syaHvnpIutO+yZwvfiCP4qKQ/P" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKduJia+unaQQdN6X5syaHvnpIutO+yZwvfiCP4qKQ/P"