Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

Disable queueing in qBittorrent

+1 -4
+1 -4
modules/qbittorrent.nix
··· 86 86 Interface = "vpn"; 87 87 InterfaceName = "vpn"; 88 88 TorrentContentLayout = "Subfolder"; 89 - MaxActiveDownloads = 5; 90 - MaxActiveUploads = 5; 91 - MaxActiveTorrents = 10; 92 - IgnoreSlowTorrentsForQueueing = true; 89 + QueueingSystemEnabled = false; 93 90 }; 94 91 Network.PortForwardingEnabled = false; 95 92 Preferences = {