I’ve been trying to get virt-manager working to create some small VMs for work reasons. I’ve enabled the required modules, and I’ve enabled virsh net-autostart default.
programs.virt-manager.enable = true;
virtualisation.libvirtd.enable = true;
users.users.frontear.extraGroups = [ "libvirtd" ];
I created an Ubuntu virtual machine and tried to install the ISO into the VM, and I’ve immediately run into an issue where the network simply does not work.
Taking a look at Virt-manager - Official NixOS Wiki, I gave the virtual interface full access through the firewall and tried again, which did not do anything. Looking at virt-manager - ArchWiki, I checked that my system is using iptables, and I have already seen that the NixOS module correctly sets up the required config files with the appropriate settings, so that’s also a no go. At this point I really don’t know why it’s not working, and I have no clue how to proceed. Any ideas what’s going on?