users/infinidoge: add to libvirtd group

This commit is contained in:
Infinidoge 2021-10-24 14:41:20 -04:00
parent 1f3332604b
commit 59ae69fe99

View file

@ -115,7 +115,7 @@
"PASSWORD SET IN THE FUTURE";
description = "Infinidoge";
isNormalUser = true;
extraGroups = [ "wheel" "minecraft" ];
extraGroups = [ "wheel" "minecraft" "libvirtd" ];
shell = pkgs.zsh;
};
}