This commit is contained in:
2026-02-24 21:56:11 +03:00
parent 2945f72849
commit 71a4e7cbb2
7 changed files with 11 additions and 1 deletions
Executable → Regular
View File
Executable → Regular
View File
Generated Executable → Regular
View File
Executable → Regular
View File
+10
View File
@@ -39,6 +39,16 @@
to = 15380; to = 15380;
} }
]; ];
allowedTCPPorts = [
8443
9443
13380
];
allowedUDPPorts = [
8443
9443
13380
];
}; };
virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.backend = "podman";
+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
]; ];
Executable → Regular
View File