modify restic RandomizedDelaySec to 4h and timer to 8pm

This commit is contained in:
Sam 2025-01-17 09:31:24 +00:00
parent d68a83e503
commit dea819ed0d

View file

@ -15,9 +15,9 @@ in {
services.restic.backups = { services.restic.backups = {
daily = { daily = {
timerConfig = { timerConfig = {
OnCalendar = "*-*-* 23:00:00"; OnCalendar = "*-*-* 20:00:00";
Persistent = true; Persistent = true;
RandomizedDelaySec = "30m"; RandomizedDelaySec = "4h";
}; };
initialize = true; initialize = true;
passwordFile = passwordFile; passwordFile = passwordFile;