From 1873c4c92b70a5acac85a5a86d3594b391d30937 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 20 Feb 2026 10:44:36 +0100 Subject: [PATCH] fixes restic config --- modules/restic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/restic/default.nix b/modules/restic/default.nix index 1578ca1..3213d2d 100644 --- a/modules/restic/default.nix +++ b/modules/restic/default.nix @@ -32,7 +32,7 @@ "--keep-last 3" ]; timerConfig = { - onCalendar = "daily"; + OnCalendar = "daily"; Persistent = true; RandomizedDelaySec = "5h"; };