From 3a5e1d33000d118a202890d5cb371362be4aac81 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 30 Nov 2025 02:29:45 -0600 Subject: [PATCH] feat: added new settings to qbittorrent --- modules/nixos/guests/torrent/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/nixos/guests/torrent/default.nix b/modules/nixos/guests/torrent/default.nix index 3ce323b..da771c4 100755 --- a/modules/nixos/guests/torrent/default.nix +++ b/modules/nixos/guests/torrent/default.nix @@ -110,11 +110,15 @@ in Session = { Interface = "wg0"; InterfaceName = "wg0"; - MaxConnections = -1; Port = torrentPort; + MaxConnections = -1; MaxConnectionsPerTorrent = -1; MaxUploads = -1; + MaxUploadsPerTorrent = -1; QueueingSystemEnabled = false; + uTPRateLimited = false; + AlternativeGlobalDLSpeedLimit = 0; + AlternativeGlobalUPSpeedLimit = 0; }; };