From abaa76a8523e6e81e2c30bb073d3200d0283b15b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 19 Jul 2026 16:38:43 +0200 Subject: modules/monitoring/: Hard-code all the {u,g}ids --- modules/by-name/co/constants/module.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/by-name/co/constants') 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; -- cgit v1.3.1