mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-20 11:11:38 +02:00
system: Always allow dnsmasq ports
Simplifies things a bit.
This commit is contained in:
@@ -249,12 +249,10 @@ in
|
||||
};
|
||||
|
||||
firewall = {
|
||||
allowedUDPPorts =
|
||||
optional phone [
|
||||
allowedUDPPorts = [
|
||||
67
|
||||
68
|
||||
]
|
||||
++ optional allowSRB2Port [ 5029 ];
|
||||
] ++ optional allowSRB2Port [ 5029 ];
|
||||
|
||||
allowedTCPPorts = mkIf allowDevPort [ 3000 ];
|
||||
};
|
||||
|
Reference in New Issue
Block a user