Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(beryllium): add download buffer size

+3
+3
config/nixos/beryllium/default.nix
··· 25 25 26 26 # Enable flakes and other experimental features 27 27 nix.settings.experimental-features = [ "nix-command" "flakes" "pipe-operators" ]; 28 + 29 + # Change buffer download size to 500Mo 30 + nix.settings.download-buffer-size = 524288000; 28 31 29 32 # This value determines the NixOS release from which the default 30 33 # settings for stateful data, like file locations and database versions