about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/exporters/mongodb.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-21 05:26:03 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-21 05:27:21 +0100
commitd702c913026241146fb2de6c557a6a5840013548 (patch)
tree0c0ba79fbf794120cf36c0fe97571b1418ea4216 /nixos/modules/services/monitoring/prometheus/exporters/mongodb.nix
parent7b24f700affcc69d77c5584c28fff5ccff453be5 (diff)
nixos/prometheus/exporters: pass utils into exporter modules
This is useful, because it provides escapeSystemdShellArgs.
Diffstat (limited to 'nixos/modules/services/monitoring/prometheus/exporters/mongodb.nix')
-rw-r--r--nixos/modules/services/monitoring/prometheus/exporters/mongodb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/exporters/mongodb.nix b/nixos/modules/services/monitoring/prometheus/exporters/mongodb.nix
index b36a09c609206..1ed6bbf0325d8 100644
--- a/nixos/modules/services/monitoring/prometheus/exporters/mongodb.nix
+++ b/nixos/modules/services/monitoring/prometheus/exporters/mongodb.nix
@@ -1,4 +1,4 @@
-{ config, lib, pkgs, options }:
+{ config, lib, pkgs, options, ... }:
 
 with lib;