Allow ports needed for pixiecore

This commit is contained in:
Jakob Lechner 2025-09-15 22:34:23 +02:00
parent d7483490cd
commit dfb70c1287

View file

@ -20,8 +20,8 @@
#"192.0.2.1" = ["example.com"]; #"192.0.2.1" = ["example.com"];
} }
); );
firewall.interfaces.virbr0.allowedTCPPorts = [ 53 ]; firewall.interfaces.virbr0.allowedTCPPorts = [ 53 64172 ];
firewall.interfaces.virbr0.allowedUDPPorts = [ 53 67 ]; firewall.interfaces.virbr0.allowedUDPPorts = [ 53 67 69 4011 ];
}; };
zramSwap = { zramSwap = {