fix(admin): set shell always from admins.nix
This commit is contained in:
parent
5d55e620da
commit
763d8f4783
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ in
|
|||
services.openssh.openFirewall = true;
|
||||
|
||||
users.users = mapAttrs (user: keys: {
|
||||
shell = lib.mkDefault shells."${keys.shell}";
|
||||
shell = shells."${keys.shell}";
|
||||
extraGroups = lib.mkDefault extraGroups;
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = keys.keys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue