users/*: passwordFile -> hashedPasswordFile
This commit is contained in:
parent
77077aa436
commit
34495a53b4
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ in
|
|||
user = {
|
||||
name = "infinidoge";
|
||||
uid = 1000;
|
||||
passwordFile = mkIf config.modules.secrets.enable config.secrets.infinidoge-password;
|
||||
hashedPasswordFile = mkIf config.modules.secrets.enable config.secrets.infinidoge-password;
|
||||
description = "Infinidoge, primary user of the system";
|
||||
group = "users";
|
||||
isNormalUser = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue