From 2e9baab4d5ef988b87ef610cacb350ba2566d82e Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 3 Sep 2024 02:09:49 -0500 Subject: [PATCH] moved nftables config to host --- nixos/modules/nixos/system/incus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/nixos/system/incus/default.nix b/nixos/modules/nixos/system/incus/default.nix index 906217b..7113522 100644 --- a/nixos/modules/nixos/system/incus/default.nix +++ b/nixos/modules/nixos/system/incus/default.nix @@ -72,7 +72,7 @@ in # systemd.services.incus-preseed.postStart = "${oidcSetup}"; networking = { - nftables.enable = true; + # nftables.enable = true; firewall = { allowedTCPPorts = [ 8445