trust incus interface
This commit is contained in:
+8
-2
@@ -224,10 +224,16 @@
|
|||||||
virtualisation.incus.enable = true;
|
virtualisation.incus.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
|
# Trust incus interface for VM stuff
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
networking.firewall.enable = true;
|
networking = {
|
||||||
networking.nftables.enable = true;
|
firewall = {
|
||||||
|
enable = true;
|
||||||
|
trustedInterfaces = [ "incusbr0" ];
|
||||||
|
};
|
||||||
|
nftable.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# INITIAL system version
|
# INITIAL system version
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|||||||
Reference in New Issue
Block a user