From c05cdadf63eb606170bc4b9f7bf33c4d8e04ba4b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 7 May 2019 00:26:09 +0200 Subject: ... --- odin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index 0bda5689..73031819 100644 --- a/odin.nix +++ b/odin.nix @@ -523,7 +523,7 @@ # servers."localhost:${toString config.services.bar.port}"= {}; # }; "prometheus" = { - servers."${config.services.prometheus.listenAddress}" = {}; + servers."${config.services.prometheus2.listenAddress}" = {}; }; "grafana" = { servers."localhost:${toString config.services.grafana.port}" = {}; -- cgit v1.2.3