system: Always allow dnsmasq ports

Simplifies things a bit.
This commit is contained in:
Donovan Glover 2024-08-16 14:58:34 -04:00
parent e8c2228e76
commit d38ef7b296
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -249,12 +249,10 @@ in
}; };
firewall = { firewall = {
allowedUDPPorts = allowedUDPPorts = [
optional phone [ 67
67 68
68 ] ++ optional allowSRB2Port [ 5029 ];
]
++ optional allowSRB2Port [ 5029 ];
allowedTCPPorts = mkIf allowDevPort [ 3000 ]; allowedTCPPorts = mkIf allowDevPort [ 3000 ];
}; };