From e78b42dfe2d4852a39770f8b16b46eed1780e87a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 18 Sep 2025 10:25:03 +0200 Subject: refactor: specify prometheus port --- nixos/hosts/tente/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/hosts/tente/default.nix') diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index b9ac389..708e218 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -122,6 +122,7 @@ rec { grafana.matrixServerUrl = "http://localhost:${toString matrix.port}"; monitoring.alloyUiPort = 3001; monitoring.lokiPort = 3030; + monitoring.prometheusPort = 9090; monitoring.prometheusNodeExporterPort = 9002; exporters.sqlExporterPort = 9003; headscale.port = 8080; -- cgit v1.2.3