mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
parent
ad2ace1e99
commit
a1ac429505
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue