update
Some checks failed
/ Check (push) Has been cancelled

This commit is contained in:
alydev 2025-10-31 19:14:40 +10:00
parent c29abd2cee
commit 7f20f02dec
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
services.cron = {
enable = true;
systemCronJobs = [
"* * * * * /mnt/storage/media/randomintro.sh"
"0 * * * * /mnt/storage/media/randomintro.sh"
];
};
system.stateVersion = "25.05";