Nix configurations for my homelab
2
fork

Configure Feed

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

qbittorrent: disable DHT

I see a lot that this should speed up torrenting on public trackers,
however the amount of seeds I see from DHT notes is 0 and I'm also
looking to see if DHT is what may be causing my network instability.

yemou d9b88ebd a1b64b94

+1
+1
modules/qbittorrent.nix
··· 85 85 ExcludedFileNamesEnabled = true; 86 86 Session = { 87 87 DefaultSavePath = "/torrents"; 88 + DHTEnabled = false; # TODO: This is an experiment to see if network stability improves 88 89 ExcludedFileNames = lib.strings.join ", " [ 89 90 "*.exe" 90 91 "*.scr"