Fix virt-manager setup

This commit is contained in:
KnightArtorias 2026-02-09 21:11:15 +00:00
parent f8c5683aba
commit a874100c6b

View file

@ -13,14 +13,8 @@
programs.virt-manager.enable = true;
virtualisation = {
libvirtd = {
enable = true;
spiceUSBRedirection.enable = true;
qemu = {
};
};
spiceUSBRedirection.enable = true;
libvirtd.enable = true;
};
users.groups.libvirted.members = ["${vars.user}"];