fix: also add user to qemu-libvirtd

This commit is contained in:
Ahwx 2026-06-16 19:01:50 +02:00
parent 465bde1b98
commit fd1e79eb56

View file

@ -46,6 +46,9 @@
users.groups.libvirtd.members =
if (config.virtualisation.libvirtd.enable == true) then [ username ] else [ ];
users.groups.qemu-libvirtd.members =
if (config.virtualisation.libvirtd.enable == true) then [ username ] else [ ];
# Enable qemu etc
environment.systemPackages = with pkgs; [
qemu