Fix virt-manager setup
This commit is contained in:
parent
f8c5683aba
commit
a874100c6b
1 changed files with 2 additions and 8 deletions
|
|
@ -13,14 +13,8 @@
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd = {
|
|
||||||
enable = true;
|
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
|
libvirtd.enable = true;
|
||||||
qemu = {
|
|
||||||
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.libvirted.members = ["${vars.user}"];
|
users.groups.libvirted.members = ["${vars.user}"];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue