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; }; };