mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +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 = {
|
firewall = {
|
||||||
allowedUDPPorts =
|
allowedUDPPorts = [
|
||||||
optional phone [
|
67
|
||||||
67
|
68
|
||||||
68
|
] ++ optional allowSRB2Port [ 5029 ];
|
||||||
]
|
|
||||||
++ optional allowSRB2Port [ 5029 ];
|
|
||||||
|
|
||||||
allowedTCPPorts = mkIf allowDevPort [ 3000 ];
|
allowedTCPPorts = mkIf allowDevPort [ 3000 ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user