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:
2025-06-01 02:41:54 +02:00
parent acb9e59775
commit adf70999b9

View File

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