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;
|
age.secrets.shadow-max.file = ../../secrets/shadow-max.age;
|
||||||
users.extraGroups.${meta.userName}.gid = 1000;
|
users.extraGroups.${meta.userName}.gid = 1000;
|
||||||
users.users.${meta.userName} = {
|
users.users.${meta.userName} = {
|
||||||
passwordFile = config.age.secrets.shadow-max.path;
|
hashedPasswordFile = config.age.secrets.shadow-max.path;
|
||||||
description = meta.gecos;
|
description = meta.gecos;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
group = meta.userName;
|
group = meta.userName;
|
||||||
|
|
Loading…
Add table
Reference in a new issue