From c2a0ef956fbb9c598073bc54697e1b67b1f6bd7f Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 19 May 2025 22:44:57 +0200 Subject: [PATCH] Make backups at 3 o'clock --- modules/system/restic-backup.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/system/restic-backup.nix b/modules/system/restic-backup.nix index de99017..7edb953 100644 --- a/modules/system/restic-backup.nix +++ b/modules/system/restic-backup.nix @@ -70,6 +70,10 @@ in "--keep-monthly 6" "--keep-yearly 1" ]; + timerConfig = { + OnCalendar = "03:00"; + Persistent = true; + }; } value.extraConfig ]