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 = {
allowedTCPPorts = [
14380
allowedUDPPortRanges = [
{ from = 14380; to = 15380; }
];
allowedUDPPorts = [
14380
allowedTCPPortRanges = [
{ from = 14380; to = 15380; }
];
};
virtualisation.oci-containers.backend = "podman";