{ pkgs, ... }: { programs.aria2 = { enable = true; settings = { enable-dht = true; seed-ratio = 5.0; }; }; }