fix cron
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s

This commit is contained in:
Satria 2026-07-12 15:16:50 +07:00
commit 7ea7a14cf4

View file

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