chore(luj): switch shell to bash
This commit is contained in:
parent
74ae6096fd
commit
be798718ce
|
@ -23,7 +23,7 @@ in
|
|||
isNormalUser = true;
|
||||
home = "/home/luj";
|
||||
extraGroups = extraGroups ++ [ "production-hydra-db" ];
|
||||
shell = "/run/current-system/sw/bin/zsh";
|
||||
shell = "/run/current-system/sw/bin/bash";
|
||||
uid = 1001;
|
||||
openssh.authorizedKeys.keyFiles = [ ./keys/luj.keys ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue