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