update firewall settings to use nftables instead of iptables

This commit is contained in:
RingOfStorms (Josh) 2024-07-09 17:48:28 -05:00
parent 72af92c4eb
commit 71deaf21a9

View file

@ -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";