Python Inventory classes: Auto-update

This commit is contained in:
Johannes Kirschbauer
2024-07-24 10:37:19 +02:00
parent afffbec98b
commit a8886e9e2f
4 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
config.clan.core.facts.services.user-password.secret.user-password-hash.path;
sops.secrets = lib.mkIf (config.clan.core.facts.secretStore == "sops") {
"${config.clan.core.machineName}-user-password-hash".neededForUsers = true;
"${config.clan.core.machineName}-user-password-hash".neededForUsers = true;
};
clan.core.facts.services.user-password = {