tweak to every midnight saturday
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 21s

This commit is contained in:
Satria 2026-07-12 15:15:07 +07:00
commit f45b30fd28

View file

@ -70,7 +70,7 @@
lockFileMaintenance = { lockFileMaintenance = {
enabled = true; enabled = true;
commitMessageAction = "update lock file(s)"; commitMessageAction = "update lock file(s)";
schedule = [ "0 0 * * 0" ]; # weekly schedule = [ "0 0 * * 6" ]; # weekly, start of weekend (Saturday)
}; };
}; };
runtimePackages = with pkgs; [ bun nix ]; runtimePackages = with pkgs; [ bun nix ];