user: add adb

This commit is contained in:
Kabbone 2022-11-19 20:34:01 +01:00
parent 6cc38db65e
commit 68621b4906
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -20,7 +20,7 @@
users.users.${user} = { # System User
isNormalUser = true;
extraGroups = [ "wheel" "video" "audio" "camera" "networkmanager" "lp" "kvm" "libvirtd" ];
extraGroups = [ "wheel" "video" "audio" "camera" "networkmanager" "lp" "kvm" "libvirtd" "adb" ];
shell = pkgs.zsh; # Default shell
uid = 2000;
# initialPassword = "password95";