This commit is contained in:
2026-02-25 00:39:11 +03:00
parent 77d6a4e50b
commit dc97c3403c
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
imports = [ imports = [
./containers ./containers
./nginx.nix ./nginx.nix
# ./xray.nix ./xray.nix
# ../services/uptime-kuma.nix # ../services/uptime-kuma.nix
# ./netbird.nix # ./netbird.nix
]; ];
+12 -12
View File
@@ -10,18 +10,18 @@
settings = inputs.zeroq-credentials.services.xray.config; settings = inputs.zeroq-credentials.services.xray.config;
}; };
networking.firewall = { # networking.firewall = {
allowedTCPPorts = [ # allowedTCPPorts = [
8443 # 8443
9443 # 9443
13380 # 13380
]; # ];
allowedUDPPorts = [ # allowedUDPPorts = [
8443 # 8443
9443 # 9443
13380 # 13380
]; # ];
}; # };
environment.systemPackages = [ pkgs.xray ]; environment.systemPackages = [ pkgs.xray ];