added bigger buffer size

This commit is contained in:
2025-07-08 14:30:31 -05:00
parent ecfd3b63db
commit e39f0bdac8

View File

@ -30,7 +30,12 @@ in
fileSystems."/boot/efi".options = [ "umask=0077" "defaults" ];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
download-buffer-size = 524288000;
};
networking.hostName = "nixos"; # Define your hostname.