This commit is contained in:
2026-02-19 17:48:58 +03:00
parent f187375faa
commit 0c931eba89
2 changed files with 10 additions and 3 deletions
+8 -2
View File
@@ -28,10 +28,16 @@
networking.firewall = {
allowedUDPPortRanges = [
{ from = 14380; to = 15380; }
{
from = 14380;
to = 15380;
}
];
allowedTCPPortRanges = [
{ from = 14380; to = 15380; }
{
from = 14380;
to = 15380;
}
];
};
virtualisation.oci-containers.backend = "podman";