diff --git a/suites/home.nix b/suites/home.nix index 2b1ff05..0823837 100644 --- a/suites/home.nix +++ b/suites/home.nix @@ -4,4 +4,16 @@ userEmail = "mail@fern.garden"; userName = "Fern Garden"; }; + + programs.aria2 = { + enable = true; + settings = { + max-concurrent-downloads = 5; + max-connection-per-server = 16; + min-split-size = "8M"; + split = 32; + disk-cache = "64M"; + file-allocation = "falloc"; + }; + }; }