diff --git a/system/aly-server.nix b/system/aly-server.nix index 9701810..05fd02d 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -15,7 +15,7 @@ services.cron = { enable = true; systemCronJobs = [ - "0 3 * * 0,2,4,6 /mnt/storage/media/randomintro.sh" + "* * * * * /mnt/storage/media/randomintro.sh" ]; }; system.stateVersion = "25.05";