feat(system): install adb on all devices
This commit is contained in:
parent
649c734b79
commit
acf85dd34b
@ -64,7 +64,7 @@ in
|
||||
users.users.andrey = {
|
||||
isNormalUser = true;
|
||||
initialHashedPassword = "$y$j9T$mGZT4otEkrc94e.Ile.P20$BoxfgxCiacs.tYoEp7S5AjcP.aMUBrsaCJYJkBot635";
|
||||
extraGroups = [ "wheel" "cdrom" "networkmanager" "audio" "dialout" "scanner" "lp" ];
|
||||
extraGroups = [ "wheel" "cdrom" "networkmanager" "audio" "dialout" "scanner" "lp" "adbusers" ];
|
||||
};
|
||||
|
||||
security.sudo.execWheelOnly = true;
|
||||
@ -83,6 +83,7 @@ in
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
||||
# Distcc
|
||||
services.distccd = {
|
||||
|
Loading…
Reference in New Issue
Block a user