europa: add dialout to my groups

This commit is contained in:
Aaron Bieber 2022-11-04 09:03:41 -06:00
parent 4b25be35a5
commit 8ec267c88c
No known key found for this signature in database

View File

@ -136,7 +136,7 @@ in {
'';
};
users.users.qbit.extraGroups = [ "libvirtd" ];
users.users.qbit.extraGroups = [ "dialout" "libvirtd" ];
nixpkgs.config.allowUnfree = true;