aria2 config

This commit is contained in:
Fern Garden 2025-08-10 16:29:35 +08:00
parent 5db2a0c69c
commit 83bb9ac090

View file

@ -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";
};
};
}