users/root: set shell to zsh
This commit is contained in:
parent
1c9012190b
commit
3cd6d165fe
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ lib, config, self, ... }: {
|
||||
{ lib, config, pkgs, ... }: {
|
||||
users.users.root = {
|
||||
shell = pkgs.zsh;
|
||||
hashedPasswordFile = lib.mkIf config.modules.secrets.enable config.secrets.root-password;
|
||||
openssh.authorizedKeys.keys = import ./ssh-keys.nix;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue