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
6 lines
103 B
Nix
6 lines
103 B
Nix
{...}:{
|
|
virtualisation.libvirtd = {
|
|
enable = true;
|
|
};
|
|
programs.virt-manager.enable = true;
|
|
}
|