From dea819ed0d8792fabd8eaaedd49c1464209fdb47 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 17 Jan 2025 09:31:24 +0000 Subject: [PATCH] modify restic RandomizedDelaySec to 4h and timer to 8pm --- hosts/common/optional/restic-backup.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/optional/restic-backup.nix b/hosts/common/optional/restic-backup.nix index d799743..17363bf 100644 --- a/hosts/common/optional/restic-backup.nix +++ b/hosts/common/optional/restic-backup.nix @@ -15,9 +15,9 @@ in { services.restic.backups = { daily = { timerConfig = { - OnCalendar = "*-*-* 23:00:00"; + OnCalendar = "*-*-* 20:00:00"; Persistent = true; - RandomizedDelaySec = "30m"; + RandomizedDelaySec = "4h"; }; initialize = true; passwordFile = passwordFile;