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

This commit is contained in:
alydev 2025-11-28 19:01:39 +10:00
parent f259656e1c
commit 209585c67b

View file

@ -15,8 +15,8 @@
services.cron = { services.cron = {
enable = true; enable = true;
systemCronJobs = [ systemCronJobs = [
"0 * * * * /mnt/storage/media/randomintro.sh" "0 * * * * root /mnt/storage/media/randomintro.sh"
"* * * * * sudo chown srv:media /mnt/storage/media/downloads -R; sudo chmod g+w /mnt/storage/media/downloads -R" "* * * * * root chown srv:media /mnt/storage/media/downloads -R; sudo chmod g+w /mnt/storage/media/downloads -R"
]; ];
}; };
system.stateVersion = "25.05"; system.stateVersion = "25.05";