tweak to every midnight saturday
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 21s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 21s
This commit is contained in:
parent
005ef5bd18
commit
f45b30fd28
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue