Nix configurations for my homelab
2
fork

Configure Feed

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

Adjust connections settings for qbittorrent

yemou 8bbb3c99 948bd4ac

+2 -2
+2 -2
modules/qbittorrent.nix
··· 96 96 QueueingSystemEnabled = false; 97 97 GlobalMaxInactiveSeedingMinutes = 61 * 24 * 60; 98 98 GlobalMaxSeedingMinutes = 31 * 24 * 60; 99 - MaxConnections = 500; 100 - MaxConnectionsPerTorrent = 100; 99 + MaxConnections = 150; 100 + MaxConnectionsPerTorrent = 50; 101 101 MaxUploads = -1; 102 102 MaxUploadsPerTorrent = 25; 103 103 ShareLimitAction = "Stop";