Lib/Nixos: Increase nix download buffer size
This commit is contained in:
@ -18,6 +18,8 @@
|
|||||||
trusted-users = ["root" username];
|
trusted-users = ["root" username];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
||||||
|
download-buffer-size = 524288000; # 500MB
|
||||||
|
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
|
|||||||
Reference in New Issue
Block a user