Disable firewall for incus
This commit is contained in:
parent
044b04752f
commit
b99cf47870
|
@ -4,6 +4,7 @@
|
||||||
./lxd-preseed.nix
|
./lxd-preseed.nix
|
||||||
];
|
];
|
||||||
networking.nftables.enable = true;
|
networking.nftables.enable = true;
|
||||||
|
networking.firewall.enable = false;
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
incus = {
|
incus = {
|
||||||
package = pkgs.incus;
|
package = pkgs.incus;
|
||||||
|
|
Loading…
Reference in New Issue