fix(users): configuration mistakes
This commit is contained in:
parent
0c590003fd
commit
9b1f78dec7
1 changed files with 2 additions and 2 deletions
|
|
@ -47,11 +47,11 @@
|
|||
in
|
||||
{
|
||||
description = cfg.realName or user;
|
||||
password = config.sops.secrets."${user}/userPassword";
|
||||
hashedPasswordFile = config.sops.secrets."${user}/userPassword".path;
|
||||
isNormalUser = true;
|
||||
shell = pkgs."${cfg.shell}";
|
||||
extraGroups = cfg.extraGroups or [ ];
|
||||
};
|
||||
}) cfg.users
|
||||
}) cfg.usersList
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue