Using nushell
instead of zsh
This commit is contained in:
parent
ca74cba961
commit
ca1224feea
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
description = "Andrea Ciceri";
|
description = "Andrea Ciceri";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
inherit (config.ccr) extraGroups;
|
inherit (config.ccr) extraGroups;
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.nushell;
|
||||||
openssh.authorizedKeys.keys = config.ccr.authorizedKeys;
|
openssh.authorizedKeys.keys = config.ccr.authorizedKeys;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue