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; programs.virt-manager.enable = true;
virtualisation = { virtualisation = {
libvirtd = { spiceUSBRedirection.enable = true;
enable = true; libvirtd.enable = true;
spiceUSBRedirection.enable = true;
qemu = {
};
};
}; };
users.groups.libvirted.members = ["${vars.user}"]; users.groups.libvirted.members = ["${vars.user}"];