From acdd4d263c8dd50df61660c8d962452b2c324b83 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 4 Mar 2025 21:39:49 +0100 Subject: [PATCH] fix --- modules/timers/backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/timers/backup.nix b/modules/timers/backup.nix index 9c6aa75..8db477a 100644 --- a/modules/timers/backup.nix +++ b/modules/timers/backup.nix @@ -20,7 +20,7 @@ in { systemd.timers."backupSyncthing" = { wantedBy = ["timers.target"]; timerConfig = { - onCalendar = "weekly"; + OnCalendar = "weekly"; Persistent = true; }; };