From 6cad7b61796c483f2e2d77c00acf4f08ede1776f Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 6 Sep 2024 15:34:57 -0500 Subject: [PATCH] disable nft for now --- nixos/hosts/gandalf/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/gandalf/default.nix b/nixos/hosts/gandalf/default.nix index 87286b6..ec0fbca 100644 --- a/nixos/hosts/gandalf/default.nix +++ b/nixos/hosts/gandalf/default.nix @@ -63,6 +63,7 @@ in networkmanager.enable = true; # TODO: Add ports specifically. firewall.enable = false; + nftables.enable = false; interfaces = { "enp130s0f0".useDHCP = true; "enp130s0f1".useDHCP = true;