diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 16:38:43 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 16:38:43 +0200 |
| commit | abaa76a8523e6e81e2c30bb073d3200d0283b15b (patch) | |
| tree | 680880d342e052e305a581f0f04a26e2eb58715d /modules/by-name/co/constants | |
| parent | modules/monitoring/grafana: Put behind anubis (diff) | |
| download | nixos-server-abaa76a8523e6e81e2c30bb073d3200d0283b15b.zip | |
modules/monitoring/: Hard-code all the {u,g}ids
Diffstat (limited to 'modules/by-name/co/constants')
| -rw-r--r-- | modules/by-name/co/constants/module.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index b94020b..9127488 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -56,6 +56,11 @@ anubis = 342; postfix-tlspol = 343; rocie = 344; + fluent-bit = 345; + loki = 346; + grafana = 347; + node-exporter = 348; + smartctl-exporter-access = 349; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -96,6 +101,11 @@ resolvconf # This group is not matched to an user? stalwart-mail-certificates # This group is used to connect nginx and stalwart-mail rocie + fluent-bit + loki + grafana + node-exporter + smartctl-exporter-access ; # The gid should match the uid. Thus should not be >= 400; |
