Allow proxmox to manage network

This commit is contained in:
TheWanderingCrow 2024-09-25 19:06:21 -04:00
parent cc95a84246
commit 237b87cdc0

View file

@ -5,6 +5,7 @@
networking.hostName = "WCE-Home";
networking.firewall.allowedTCPPorts = [ 8123 ];
proxmoxLXC.manageNetwork = true;
virtualisation.oci-containers = {
backend = "podman";