diff --git a/clanServices/users/default.nix b/clanServices/users/default.nix index 6eff89289..80baf2c60 100644 --- a/clanServices/users/default.nix +++ b/clanServices/users/default.nix @@ -41,7 +41,7 @@ clan.core.vars.generators."user-password-${settings.user}" = { - # files.user-password-hash.neededFor = "users"; + files.user-password-hash.neededFor = "users"; files.user-password-hash.restartUnits = lib.optional (config.services.userborn.enable) "userborn.service"; files.user-password.deploy = false;