still fail at virt-manager

This commit is contained in:
Kopatz
2024-04-21 17:14:26 +02:00
parent abbcd5e183
commit d58cc86bbc
3 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ in
spiceUSBRedirection.enable = true;
};
services.spice-vdagentd.enable = true;
users.users.${config.mainUser.name}.extraGroups = [ "libvirtd" ];
users.users.${config.mainUser.name}.extraGroups = [ "libvirtd" "kvm" "input" ];
};
}