add media to torrent

This commit is contained in:
Ingolf Wagner 2020-11-18 15:28:04 +01:00
parent 4025c81739
commit 87c1b4590a
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

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