From 97a9f4d78af0d03fde290af15f999e661962ebeb Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 10 May 2026 22:40:35 +0200 Subject: [PATCH] Lib/Nixos: Increase nix download buffer size --- lib/nixos.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/nixos.nix b/lib/nixos.nix index a01919bc..5d515d6c 100644 --- a/lib/nixos.nix +++ b/lib/nixos.nix @@ -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"