This commit is contained in:
m3tam3re 2023-04-13 12:46:49 +02:00
parent 202bfa9859
commit 94a07f803a
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@
from = 3000; from = 3000;
to = 3100; to = 3100;
}]; }];
firewall.allowedTCPPorts = [ 53 80 443 5432 3306 3478 ]; firewall.allowedTCPPorts = [ 53 80 443 5432 3306 3478 51821 ];
firewall.allowedUDPPorts = [ 53 51820 ]; firewall.allowedUDPPorts = [ 53 51820 ];
firewall.allowedUDPPortRanges = [{ firewall.allowedUDPPortRanges = [{
from = 3478; from = 3478;

View File

@ -6,7 +6,6 @@
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
defaultNetwork.settings = { dns_enabled = true; }; defaultNetwork.settings = { dns_enabled = true; };
networkSocket.openFirewall = true;
}; };
virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.backend = "podman";
} }