bug(users): correct hashedPasswordFile

This commit is contained in:
Serĉanto de Scio 2024-09-17 19:22:13 +10:00
parent 31439a9782
commit 5f80e62f93
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -27,7 +27,7 @@
uid = 1004;
group = "fiona";
extraGroups = ["networkmanager"];
hashedPassword = config.age.secrets.fiona.path;
hashedPasswordFile = config.age.secrets.fiona.path;
};
hamish = {
isNormalUser = true;
@ -35,7 +35,7 @@
uid = 1001;
group = "hamish";
extraGroups = ["networkmanager"];
hashedPassword = config.age.secrets.hamish.path;
hashedPasswordFile = config.age.secrets.hamish.path;
};
logan = {
isNormalUser = true;
@ -43,7 +43,7 @@
uid = 1002;
group = "logan";
extraGroups = ["networkmanager"];
hashedPassword = config.age.secrets.logan.path;
hashedPasswordFile = config.age.secrets.logan.path;
};
xander = {
isNormalUser = true;
@ -51,7 +51,7 @@
uid = 1003;
group = "xander";
extraGroups = ["networkmanager"];
hashedPassword = config.age.secrets.logan.path;
hashedPasswordFile = config.age.secrets.logan.path;
};
};
}