Nix configurations for my homelab
2
fork

Configure Feed

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

Increase connection limits in qbittorrent

yemou 539a476f 3ca7ab68

+2
+2
modules/qbittorrent.nix
··· 90 90 QueueingSystemEnabled = false; 91 91 GlobalMaxInactiveSeedingMinutes = 43200; 92 92 GlobalMaxSeedingMinutes = 43200; 93 + MaxUploads = 25; 94 + MaxUploadsPerTorrent = 25; 93 95 ShareLimitAction = "RemoveWithContent"; # TODO: For some reason this gets overridden at start up 94 96 }; 95 97 Network.PortForwardingEnabled = false;