fix cron
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s
This commit is contained in:
parent
f45b30fd28
commit
7ea7a14cf4
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 * * 6" ]; # weekly, start of weekend (Saturday)
|
schedule = [ "* 0 * * 6" ]; # weekly, midnight Saturday
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
runtimePackages = with pkgs; [ bun nix ];
|
runtimePackages = with pkgs; [ bun nix ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue