turned on nftables to make incus work

This commit is contained in:
Geir Okkenhaug Jerstad 2024-06-01 11:08:39 +02:00
parent c5a12087ce
commit 048046235d

View file

@ -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";
}