From: Patrick Date: Mon, 9 Jun 2025 12:49:25 +0000 (+0200) Subject: set download buffer size to 500mb X-Git-Url: https://gitweb.ps.run/flake_thinkpad/commitdiff_plain/7dba1e01896b0e3bb2c7470706a560beaa72f28e set download buffer size to 500mb --- diff --git a/configuration.nix b/configuration.nix index 6636ca4..cda8392 100644 --- a/configuration.nix +++ b/configuration.nix @@ -39,6 +39,7 @@ in # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix.settings.download-buffer-size = 500000000; nix.package = pkgs.nixVersions.nix_2_28; # Configure network proxy if necessary