From 7ea7a14cf4ec40c5bb3f4e83438edf9d35095331 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 12 Jul 2026 15:16:50 +0700 Subject: [PATCH] fix cron --- modules/system/homelab/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 94f6230..e2a2c2e 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -70,7 +70,7 @@ lockFileMaintenance = { enabled = true; commitMessageAction = "update lock file(s)"; - schedule = [ "0 0 * * 6" ]; # weekly, start of weekend (Saturday) + schedule = [ "* 0 * * 6" ]; # weekly, midnight Saturday }; }; runtimePackages = with pkgs; [ bun nix ];