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" ]; } ];