virt update
This commit is contained in:
parent
de61f5becd
commit
cd783dfe71
1 changed files with 8 additions and 2 deletions
|
|
@ -22,6 +22,8 @@ in
|
|||
type = lib.types.bool;
|
||||
example = true;
|
||||
description = ''
|
||||
|
||||
|
||||
Enables virt-manager kvm.
|
||||
'';
|
||||
};
|
||||
|
|
@ -53,7 +55,11 @@ in
|
|||
};
|
||||
services.spice-vdagentd.enable = true;
|
||||
|
||||
users.users.${config.conf.username}.extraGroups = [ "libvirtd" ];
|
||||
users.users.${config.conf.username}.extraGroups = [
|
||||
"libvirtd"
|
||||
"kvm"
|
||||
"qemu-libvirtd"
|
||||
];
|
||||
|
||||
}
|
||||
// lib.optionalAttrs (options ? dconf.settings) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue