From d68a83e5037597e38a4e59b311e6cc1478609ae2 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 16 Jan 2025 23:31:40 +0000 Subject: [PATCH] fix timerConfig for restic backups --- hosts/common/optional/restic-backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/optional/restic-backup.nix b/hosts/common/optional/restic-backup.nix index 837c47e..d799743 100644 --- a/hosts/common/optional/restic-backup.nix +++ b/hosts/common/optional/restic-backup.nix @@ -14,7 +14,7 @@ in { sops.secrets = {}; services.restic.backups = { daily = { - timer = { + timerConfig = { OnCalendar = "*-*-* 23:00:00"; Persistent = true; RandomizedDelaySec = "30m";