Disable firewall for incus

This commit is contained in:
Sam 2024-06-30 17:45:24 +01:00
parent 044b04752f
commit b99cf47870
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
./lxd-preseed.nix
];
networking.nftables.enable = true;
networking.firewall.enable = false;
virtualisation = {
incus = {
package = pkgs.incus;