mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
parent
c29abd2cee
commit
7f20f02dec
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
"* * * * * /mnt/storage/media/randomintro.sh"
|
||||
"0 * * * * /mnt/storage/media/randomintro.sh"
|
||||
];
|
||||
};
|
||||
system.stateVersion = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue