transmission fixing media folder

This commit is contained in:
Ingolf Wagner 2020-12-06 16:48:52 +01:00
parent 893ad555ab
commit 536bfd1fcb
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -27,7 +27,8 @@ in {
}; };
media = { media = {
hostPath = "/media"; hostPath = "/media";
mountPoint = "/media"; mountPoint =
"/home/torrent/downloads/media"; # must be here otherwise transmission can't see the folder
isReadOnly = false; isReadOnly = false;
}; };
lib = { lib = {