From 7e31a32acd3120f9d34238c5451abad213084d4b Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Mon, 20 Mar 2023 21:24:56 +0530 Subject: [PATCH] add tracker to aria2 --- home/downloader.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";