This commit is contained in:
2026-02-18 13:17:10 +03:00
parent 1bc2cd2707
commit 3e2e2542da
+4 -4
View File
@@ -27,11 +27,11 @@
}; };
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ allowedUDPPortRanges = [
14380 { from = 14380; to = 15380; }
]; ];
allowedUDPPorts = [ allowedTCPPortRanges = [
14380 { from = 14380; to = 15380; }
]; ];
}; };
virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.backend = "podman";