add adb
This commit is contained in:
parent
34ed8a7c83
commit
1ae05d66a8
1 changed files with 4 additions and 1 deletions
|
@ -82,13 +82,16 @@
|
|||
users.users.relms = {
|
||||
isNormalUser = true;
|
||||
description = "Daryl Ronningen";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "adbusers" ];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
# Install fish
|
||||
programs.fish.enable = true;
|
||||
|
||||
# Install ADB
|
||||
programs.adb.enable = true;
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
|
||||
|
|
Reference in a new issue