Fix adb
This commit is contained in:
parent
8a4875cf5b
commit
54ec1fc9ba
2 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
users.users.geoffrey = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "adbusers" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
|
||||
initialHashedPassword = "$y$j9T$e64bjL7iyVlniEKwKbM9g0$cCn74za0r6L9QMO20Fdxz3/SX0yvhz3Xd6.2BhtbRL1"; # Not a real password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue