From a1ac429505bd95e0c138df57e551382fb1f668c6 Mon Sep 17 00:00:00 2001 From: alydev Date: Mon, 13 Oct 2025 22:11:47 +1000 Subject: [PATCH] update --- system/aly-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";