From 8f8363a9b150a892642acc8dc60455ab3d0b23a4 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Fri, 5 Dec 2025 23:43:06 +0100 Subject: [PATCH] typo --- services/prometheus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/prometheus.nix b/services/prometheus.nix index 0e8343d..dc87004 100644 --- a/services/prometheus.nix +++ b/services/prometheus.nix @@ -22,7 +22,7 @@ target = lib.pipe config.services.matrix-synapse.settings.listeners [ (lib.filter (l: l.type == "metrics")) builtins.head - (l: "[${l.listenAddress}]:${l.port}") + (l: "[${l.bind_addresses}]:${l.port}") ]; } ];