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 = [
./containers
./nginx.nix
# ./xray.nix
./xray.nix
# ../services/uptime-kuma.nix
# ./netbird.nix
];
+12 -12
View File
@@ -10,18 +10,18 @@
settings = inputs.zeroq-credentials.services.xray.config;
};
networking.firewall = {
allowedTCPPorts = [
8443
9443
13380
];
allowedUDPPorts = [
8443
9443
13380
];
};
# networking.firewall = {
# allowedTCPPorts = [
# 8443
# 9443
# 13380
# ];
# allowedUDPPorts = [
# 8443
# 9443
# 13380
# ];
# };
environment.systemPackages = [ pkgs.xray ];