users/max: passwordFile -> hashedPasswordFile
This commit is contained in:
parent
773ac638bf
commit
666a591077
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ in ({
|
|||
age.secrets.shadow-max.file = ../../secrets/shadow-max.age;
|
||||
users.extraGroups.${meta.userName}.gid = 1000;
|
||||
users.users.${meta.userName} = {
|
||||
passwordFile = config.age.secrets.shadow-max.path;
|
||||
hashedPasswordFile = config.age.secrets.shadow-max.path;
|
||||
description = meta.gecos;
|
||||
isNormalUser = true;
|
||||
group = meta.userName;
|
||||
|
|
Loading…
Reference in a new issue