Scrape nix-cache caddy
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

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

View File

@ -208,6 +208,15 @@
} }
]; ];
} }
{
job_name = "nix-cache_caddy";
static_configs = [
{
scheme = "https";
targets = [ "nix-cache.home.2rjus.net" ];
}
];
}
]; ];
pushgateway = { pushgateway = {
enable = true; enable = true;