From 048046235d2e6aee8eab1c11c746fd8fe9060ede Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sat, 1 Jun 2024 11:08:39 +0200 Subject: [PATCH] turned on nftables to make incus work --- appserver/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/appserver/configuration.nix b/appserver/configuration.nix index 8db88cd..cb396d9 100644 --- a/appserver/configuration.nix +++ b/appserver/configuration.nix @@ -93,6 +93,7 @@ networking.firewall.enable = true; networking.firewall.allowedTCPPorts = [ 22 19999 23231]; networking.firewall.allowedUDPPorts = [ 22 23231 ]; + networking.nftables.enable = true; system.stateVersion = "23.05"; }