diff --git a/hosts/_common/configuration.nix b/hosts/_common/configuration.nix index a63a286..d2dce6f 100644 --- a/hosts/_common/configuration.nix +++ b/hosts/_common/configuration.nix @@ -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";