add media to torrent
This commit is contained in:
parent
4025c81739
commit
87c1b4590a
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue