virt update

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

View file

@ -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) {