Nix configurations for my homelab
0

Configure Feed

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

Increase active torrents in qBittorrent

+4
+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 93 }; 90 94 Network.PortForwardingEnabled = false; 91 95 Preferences = {