From 29ab706bdf40176cbae666055a8458198ffb379b Mon Sep 17 00:00:00 2001 From: Peter Lehmann Date: Fri, 23 Aug 2024 19:56:16 +0200 Subject: [PATCH] Keep Backups closer together --- modules/common/backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/backup.nix b/modules/common/backup.nix index 9aaa3c5..6c46ff4 100644 --- a/modules/common/backup.nix +++ b/modules/common/backup.nix @@ -12,7 +12,7 @@ let timerConfig = { OnCalendar = "daily"; Persistent = true; - RandomizedDelaySec = "6h"; + RandomizedDelaySec = "2h"; }; passwordFile = config.sops.secrets."backup/password".path; pruneOpts = [