bundles/transmission: add bundle, add to home.downloadhelper
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-08 16:10:44 +01:00
parent dca13263e2
commit 33b85ff0de
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 110 additions and 0 deletions

View file

@ -3,6 +3,7 @@ nodes['home.downloadhelper'] = {
'bundles': {
'iptables',
'nfs-client',
'transmission',
},
'groups': {
'debian-buster',
@ -40,5 +41,14 @@ nodes['home.downloadhelper'] = {
},
},
},
'transmission': {
'config': {
'download-dir': '/mnt/nas',
'download-queue-size': 10,
},
'webinterface-on-interfaces': {
'enp1s0.42',
},
},
},
}