Enable virt-manager

This commit is contained in:
Natsu Kagami 2024-12-17 03:03:11 +01:00
parent 318abcfc80
commit e02b92e427
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -193,5 +193,12 @@ in
};
};
programs.virt-manager.enable = true;
users.groups.libvirtd.members = [ "nki" ];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
}