diff options
| author | Max Audron <audron@cocaine.farm> | 2025-07-31 15:33:56 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-07-31 15:33:56 +0200 |
| commit | c487d1c96d791c0ce8e5e5ab98de826fafb892c1 (patch) | |
| tree | 043a530b0ff44a64f89b0cbed0ec259df4650d1b /modules/default.nix | |
| parent | add more monitoring exporters and scrapers (diff) | |
update to nixos 25.05
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix index 3855e4b..59faed7 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -33,4 +33,5 @@ pastor = import ./pastor; monitoring = import ./monitoring; + monitoring-node = import ./monitoring/node-exporter.nix; } |
