Turn scheduled commands to multi-entry
This commit is contained in:
parent
479535c294
commit
592bc8cb45
2 changed files with 88 additions and 73 deletions
|
|
@ -16,11 +16,9 @@
|
|||
downloadDir = "/mnt/storage/Media/web";
|
||||
};
|
||||
|
||||
# Scheduled YouTube downloads
|
||||
services.scheduled-commands = {
|
||||
services.scheduled-commands.video-downloads = {
|
||||
enable = true;
|
||||
serviceName = "video-downloads";
|
||||
serviceDescription = "Download web videos from favorite channels";
|
||||
description = "Download web videos from favorite channels";
|
||||
interval = "*-*-* 08:00:00";
|
||||
randomDelay = "1h";
|
||||
commands = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue