users/max: passwordFile -> hashedPasswordFile

This commit is contained in:
Max Headroom 2023-11-14 21:56:47 +01:00
parent 773ac638bf
commit 666a591077

View file

@ -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;