transmission fixing media folder
This commit is contained in:
parent
893ad555ab
commit
536bfd1fcb
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ in {
|
|||
};
|
||||
media = {
|
||||
hostPath = "/media";
|
||||
mountPoint = "/media";
|
||||
mountPoint =
|
||||
"/home/torrent/downloads/media"; # must be here otherwise transmission can't see the folder
|
||||
isReadOnly = false;
|
||||
};
|
||||
lib = {
|
||||
|
|
Loading…
Reference in a new issue