nixconf/modules/virtualisation.nix
Gabriella Bere 8e4da9d06d added virtualisation with qemu and virt-manager
also moved virt-manager from home-manager to modules/virtualisation.nix
because it doesnt work without qemu so may as well

added user blue to group libvirtd
2025-06-08 15:03:20 +01:00

6 lines
103 B
Nix

{...}:{
virtualisation.libvirtd = {
enable = true;
};
programs.virt-manager.enable = true;
}