From f45b30fd282569e732f2d1edf344424e593a731b Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 12 Jul 2026 15:15:07 +0700 Subject: [PATCH] tweak to every midnight saturday --- 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 7db62d1..94f6230 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 * * 0" ]; # weekly + schedule = [ "0 0 * * 6" ]; # weekly, start of weekend (Saturday) }; }; runtimePackages = with pkgs; [ bun nix ];