1

Lib/Nixos: Increase nix download buffer size

This commit is contained in:
2026-05-10 22:40:35 +02:00
parent 60fe34de9d
commit 97a9f4d78a

View File

@ -18,6 +18,8 @@
trusted-users = ["root" username];
auto-optimise-store = true;
download-buffer-size = 524288000; # 500MB
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"