Fix scrape config
Some checks failed
Run nix flake check / flake-check (push) Failing after 6m7s
Periodic flake update / flake-update (push) Successful in 3m13s

This commit is contained in:
Torjus Håkestad 2025-06-01 02:41:54 +02:00
parent acb9e59775
commit adf70999b9
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -210,9 +210,9 @@
} }
{ {
job_name = "nix-cache_caddy"; job_name = "nix-cache_caddy";
scheme = "https";
static_configs = [ static_configs = [
{ {
scheme = "https";
targets = [ "nix-cache.home.2rjus.net" ]; targets = [ "nix-cache.home.2rjus.net" ];
} }
]; ];