aria2 config
This commit is contained in:
parent
5db2a0c69c
commit
83bb9ac090
1 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue