From e39f0bdac87f2651188cb64dd42881433b441820 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 8 Jul 2025 14:30:31 -0500 Subject: [PATCH] added bigger buffer size --- configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 36cf444..79d5cc5 100755 --- a/configuration.nix +++ b/configuration.nix @@ -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.