From 536bfd1fcbef9e6857125b4d8957c6af9aa0b03e Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 6 Dec 2020 16:48:52 +0100 Subject: [PATCH] transmission fixing media folder --- configs/workhorse/transmission.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/workhorse/transmission.nix b/configs/workhorse/transmission.nix index d5a5068..513bf78 100644 --- a/configs/workhorse/transmission.nix +++ b/configs/workhorse/transmission.nix @@ -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 = {