add media to torrent

feature/hass
Ingolf Wagner 2020-11-18 15:28:04 +01:00
parent 4025c81739
commit 87c1b4590a
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ in {
mountPoint = "/home/torrent";
isReadOnly = false;
};
media = {
hostPath = "/media";
mountPoint = "/media";
isReadOnly = false;
};
lib = {
hostPath = "/home/torrent/.config";
mountPoint = "/var/lib/transmission/.config";