From 6755036951dbbd0d61ae6a442a141eb4e52e786a Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 26 Oct 2025 23:21:45 +0100 Subject: [PATCH] restic: Auto create healthcheck endpoints --- modules/system/services/restic/healthchecks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/services/restic/healthchecks.nix b/modules/system/services/restic/healthchecks.nix index eb6eb03..043f403 100644 --- a/modules/system/services/restic/healthchecks.nix +++ b/modules/system/services/restic/healthchecks.nix @@ -39,7 +39,7 @@ in --silent \ --show-error \ --max-time 10 \ - --retry 5 "https://hc-ping.com/$ping_key/$slug" + --retry 5 "https://hc-ping.com/$ping_key/$slug?create=1" ''; }; }