prometheus

This commit is contained in:
mjallen18
2026-03-24 09:36:35 -05:00
parent 99452eb470
commit d1960837a0
3 changed files with 157 additions and 11 deletions

View File

@@ -43,6 +43,15 @@ in
hashedPasswordFile = passwordFile;
};
root.shell = pkgs.zsh;
# Allow the Prometheus Nextcloud exporter to read its password secret.
prometheus-nextcloud-exporter = {
isSystemUser = true;
group = "prometheus-nextcloud-exporter";
extraGroups = [ "keys" ];
};
};
groups.prometheus-nextcloud-exporter = { };
};
}