From 7c36c6ce1443349d2b50dc58eaf566e6ce7f1fa3 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:32:16 +0200 Subject: [PATCH] increase download buffer size Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- nixos/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/nix.nix b/nixos/nix.nix index 038175d..4bc5512 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -28,6 +28,7 @@ in { warn-dirty = false ''; settings = { + download-buffer-size = 262144000; # 250 MB (250 * 1024 * 1024) auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; substituters = [