]> gitweb.ps.run Git - flake_thinkpad/commitdiff
set download buffer size to 500mb
authorPatrick <patrick.schoenberger@posteo.de>
Mon, 9 Jun 2025 12:49:25 +0000 (14:49 +0200)
committerPatrick <patrick.schoenberger@posteo.de>
Mon, 9 Jun 2025 12:49:36 +0000 (14:49 +0200)
configuration.nix

index 6636ca4babf99cfebdb6c3c40726734a485e9c17..cda8392b907a70ed82fae37db44f38d44dcff21b 100644 (file)
@@ -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