update firewall settings to use nftables instead of iptables
This commit is contained in:
parent
72af92c4eb
commit
71deaf21a9
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ in
|
|||
127.0.0.1 n3.local.belljm.com
|
||||
127.0.0.1 n4.local.belljm.com
|
||||
'';
|
||||
# Use nftables not iptables
|
||||
nftables.enable = true;
|
||||
firewall.enable = true;
|
||||
};
|
||||
# TODO do I want this dynamic at all? Roaming?
|
||||
time.timeZone = "America/Chicago";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue