Nix configurations for my homelab

Disable queueing in qBittorrent

yemou.pink 8d25da6f 1d669192

verified
Changed files
+1 -4
modules
+1 -4
modules/qbittorrent.nix
···
Interface = "vpn";
InterfaceName = "vpn";
TorrentContentLayout = "Subfolder";
-
MaxActiveDownloads = 5;
-
MaxActiveUploads = 5;
-
MaxActiveTorrents = 10;
-
IgnoreSlowTorrentsForQueueing = true;
+
QueueingSystemEnabled = false;
};
Network.PortForwardingEnabled = false;
Preferences = {