From 71deaf21a969422f5103df47aa332b0c470e56c1 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Tue, 9 Jul 2024 17:48:28 -0500 Subject: [PATCH] update firewall settings to use nftables instead of iptables --- hosts/_common/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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";