From adf70999b9f64fd7318a5b91fe7c6bb338a1834a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 1 Jun 2025 02:41:54 +0200 Subject: [PATCH] Fix scrape config --- services/monitoring/prometheus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index 69ffd10..cb496ad 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -210,9 +210,9 @@ } { job_name = "nix-cache_caddy"; + scheme = "https"; static_configs = [ { - scheme = "https"; targets = [ "nix-cache.home.2rjus.net" ]; } ];