diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-10-28 04:10:45 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-10-31 02:08:34 +0100 |
| commit | 6c8d45fb20c40a8ccc73130d026d487b887a3de4 (patch) | |
| tree | 16f56401ccdcd00a6a23ee7cf1cda6d657f6601d /modules/misc | |
| parent | 5c0c6aaa797d6ccbb6cdab14de0248135735709d (diff) | |
module: add prometheus-node-exporter service
Diffstat (limited to 'modules/misc')
| -rw-r--r-- | modules/misc/ids.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/misc/ids.nix b/modules/misc/ids.nix index c0f3a19..34b3685 100644 --- a/modules/misc/ids.nix +++ b/modules/misc/ids.nix @@ -38,10 +38,12 @@ in ids.uids = { nixbld = lib.mkDefault 350; + _prometheus-node-exporter = 534; }; ids.gids = { nixbld = lib.mkDefault (if config.system.stateVersion < 5 then 30000 else 350); + _prometheus-node-exporter = 534; }; }; |
