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 ];