diff --git a/services/monitoring/prometheus.nix b/services/monitoring/prometheus.nix index a9ba192..69ffd10 100644 --- a/services/monitoring/prometheus.nix +++ b/services/monitoring/prometheus.nix @@ -208,6 +208,15 @@ } ]; } + { + job_name = "nix-cache_caddy"; + static_configs = [ + { + scheme = "https"; + targets = [ "nix-cache.home.2rjus.net" ]; + } + ]; + } ]; pushgateway = { enable = true;