bug(users): correct hashedPasswordFile
This commit is contained in:
parent
31439a9782
commit
5f80e62f93
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue