From bb496bc2b507947a184f763ca0ec04ce75f0b958 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Fri, 5 Dec 2025 23:42:09 +0100 Subject: [PATCH] fix --- services/prometheus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/prometheus.nix b/services/prometheus.nix index 1151bf6..0e8343d 100644 --- a/services/prometheus.nix +++ b/services/prometheus.nix @@ -8,7 +8,7 @@ exporters = { node = { enable = true; - listenAddress = services.prometheus.listenAddress; + listenAddress = config.services.prometheus.listenAddress; }; #nginx = {}; #postgres = {};