From 08f1c45a5982223e9856aadc9cb394088180f61c Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 22 Jun 2024 23:08:48 -0400 Subject: [PATCH] external url and fix queue address Signed-off-by: ahuston-0 --- systems/palatine-hill/hydra.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix index aef65ab..b05b3b9 100644 --- a/systems/palatine-hill/hydra.nix +++ b/systems/palatine-hill/hydra.nix @@ -62,7 +62,7 @@ in port = ${hydra_notify_prometheus_port} - queue_runner_metrics_address = [::]:${hydra_queue_runner_prometheus_port} + queue_runner_metrics_address = 127.0.0.1:${hydra_queue_runner_prometheus_port} ''; }; @@ -72,6 +72,7 @@ in }; prometheus = { enable = true; + webExternalUrl = "https://prom.alicehuston.xyz"; port = 9001; exporters.node = { enable = true;