global(nix): up the download buffer size
Sophie Cheung 1 month ago 7aea337b 731f0806
··· 40 connect-timeout = 30; 41 max-jobs = "auto"; 42 auto-optimise-store = true; 0 43 }; 44 45 nix.gc = {
··· 40 connect-timeout = 30; 41 max-jobs = "auto"; 42 auto-optimise-store = true; 43 + download-buffer-size = 268435456; # 256 MiB 44 }; 45 46 nix.gc = {