From 6499b7b196baa38264f9ce8cea4be9cdfb9a31fc Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 22 Jan 2022 10:32:51 +0100 Subject: [PATCH] restic/system: Start earlier This avoids the backup failing due to clients being suspended during the backup. --- modules/restic/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/restic/system.nix b/modules/restic/system.nix index 99088f8..73e9c6d 100644 --- a/modules/restic/system.nix +++ b/modules/restic/system.nix @@ -47,7 +47,7 @@ in timerConfig = lib.mkOption { type = with lib.types; attrsOf str; default = { - OnCalendar = "20:00"; + OnCalendar = "18:00"; RandomizedDelaySec = "2h"; }; };