Change my shell to bash
This commit is contained in:
parent
339471d761
commit
8aeee9b94d
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ in
|
|||
|
||||
users.users.benson = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
shell = pkgs.bash;
|
||||
description = "Benson Chu";
|
||||
extraGroups = [ "wheel" ];
|
||||
openssh.authorizedKeys.keys = keys.benson;
|
||||
|
|
|
|||
Loading…
Reference in a new issue