From d7a07cebf5083c2508b71895e209307a0e63dd7f Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 28 Oct 2025 14:40:28 +0000 Subject: [PATCH] Cleanup old snapshots hourly. --- common/nfs-services-standby.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nfs-services-standby.nix b/common/nfs-services-standby.nix index 6a9894c..d6e977c 100644 --- a/common/nfs-services-standby.nix +++ b/common/nfs-services-standby.nix @@ -60,7 +60,7 @@ in description = "Timer for cleaning up old snapshots on standby"; wantedBy = [ "timers.target" ]; timerConfig = { - OnCalendar = "daily"; + OnCalendar = "hourly"; Persistent = true; }; };