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
This commit is contained in:
Gabriella Bere 2025-06-08 15:03:20 +01:00
parent 772518df4f
commit 8e4da9d06d
6 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{...}:{
virtualisation.libvirtd = {
enable = true;
};
programs.virt-manager.enable = true;
}