Struggling to set up gnome boxes
I followed the wiki on libvirt https://nixos.wiki/wiki/Libvirt and even set up the config for qemu for uefi but it isn't recognizing it I guess. Any ideas? Thanks
You're viewing a single thread.
It worked for me with just: virtualisation.libvirtd.enable = true; in the configuration.nix.
virtualisation.libvirtd.enable = true;
configuration.nix
This is the way. +1