users/infinidoge: add to bluetooth group

This commit is contained in:
Infinidoge 2021-11-08 00:09:07 -05:00
parent 428d6ea5b2
commit 92c380438b

View file

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