diff --git a/modules/transmission/default.nix b/modules/transmission/default.nix index b049158..0a7b3fd 100644 --- a/modules/transmission/default.nix +++ b/modules/transmission/default.nix @@ -8,6 +8,8 @@ download-dir = "/mnt/hd/torrent"; incomplete-dir = "/mnt/hd/torrent/.incomplete"; + download-queue-enabled = false; + rpc-bind-address = "0.0.0.0"; peer-port = 51413; # Forward both TCP and UDP on router traffic from router rpc-whitelist-enabled = false;