home.nas: add bundle:mixcloud-downloader

This commit is contained in:
Franzi 2022-12-07 04:24:38 +01:00
parent 615f6107bc
commit 15ea875742
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 74 additions and 6 deletions

View file

@ -0,0 +1,11 @@
defaults = {
'systemd-timers': {
'timers': {
'mixcloud-downloader': {
'command': '/opt/mixcloud-downloader/download.sh',
'user': 'kunsi',
'when': '*-*-* 03:00:00',
},
},
},
}