diff --git a/home/downloader.nix b/home/downloader.nix index c1300fa..f1eb38d 100644 --- a/home/downloader.nix +++ b/home/downloader.nix @@ -3,8 +3,8 @@ aria2 = { enable = true; settings = { + bt-tracker = "udp://tracker.opentrackr.org:1337/announce"; continue = true; - file-allocation = "falloc"; max-connection-per-server = 8; split = 8; min-split-size = "1M";