virt update

This commit is contained in:
DashieTM 2025-01-01 17:10:10 +01:00
parent de61f5becd
commit cd783dfe71

View file

@ -22,7 +22,9 @@ in
type = lib.types.bool; type = lib.types.bool;
example = true; example = true;
description = '' description = ''
Enables virt-manager kvm.
Enables virt-manager kvm.
''; '';
}; };
}; };
@ -53,7 +55,11 @@ in
}; };
services.spice-vdagentd.enable = true; 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) { // lib.optionalAttrs (options ? dconf.settings) {