diff --git a/services/monitoring/prometheus.mod.nix b/services/monitoring/prometheus.mod.nix index 9589a71..b1ffcdb 100644 --- a/services/monitoring/prometheus.mod.nix +++ b/services/monitoring/prometheus.mod.nix @@ -12,7 +12,7 @@ } ]; glucose.modules = [ - { + ({ lib, molecules, ... @@ -37,6 +37,6 @@ } ]; }; - } + }) ]; }