This commit is contained in:
mjallen18
2026-04-07 18:39:42 -05:00
parent a418d03b19
commit 70002a19e2
365 changed files with 51 additions and 18 deletions

View File

@@ -53,6 +53,14 @@ in
# Prometheus reads bearer_token_file for the Gitea scrape job at runtime.
prometheus = {
isSystemUser = true;
group = "prometheus";
extraGroups = [ "keys" ];
};
grafana = {
isSystemUser = true;
group = "grafana";
extraGroups = [ "keys" ];
};
@@ -67,6 +75,8 @@ in
groups = {
nextcloud-exporter = { };
crowdsec = { };
prometheus = { };
grafana = { };
nut.name = "nut";
"jallen-nas".name = "jallen-nas";
};