From cd783dfe71640f1f7a50713d8e1eca696a859a62 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Wed, 1 Jan 2025 17:10:10 +0100 Subject: [PATCH] virt update --- modules/programs/virtmanager.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/programs/virtmanager.nix b/modules/programs/virtmanager.nix index 80d9233..cfcb0df 100644 --- a/modules/programs/virtmanager.nix +++ b/modules/programs/virtmanager.nix @@ -22,7 +22,9 @@ in type = lib.types.bool; example = true; description = '' - Enables virt-manager kvm. + + + 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) {