ref: cleanup
This commit is contained in:
parent
0f3ccffd4d
commit
326f4f7f19
7 changed files with 5 additions and 34 deletions
|
|
@ -48,9 +48,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Firewall rules for DHCP
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [ 67 68 ]; # DHCP ports
|
||||
checkReversePath = false; # Sometimes needed for DHCP
|
||||
allowedUDPPorts = [ 67 68 ];
|
||||
checkReversePath = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue