update
Some checks are pending
/ Check (push) Waiting to run

This commit is contained in:
alydev 2025-10-13 22:11:47 +10:00
parent ad2ace1e99
commit a1ac429505

View file

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