···25252626 # Enable flakes and other experimental features
2727 nix.settings.experimental-features = [ "nix-command" "flakes" "pipe-operators" ];
2828+2929+ # Change buffer download size to 500Mo
3030+ nix.settings.download-buffer-size = 524288000;
28312932 # This value determines the NixOS release from which the default
3033 # settings for stateful data, like file locations and database versions