From adc19fc2104b53f024b6acc4403dd94ef5a00fc1 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Sat, 15 Mar 2025 11:30:07 +0000
Subject: [PATCH] Update download-buffer-size

---
 nix/hosts/common/default.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nix/hosts/common/default.nix b/nix/hosts/common/default.nix
index 5cd09efe..fa21fc73 100644
--- a/nix/hosts/common/default.nix
+++ b/nix/hosts/common/default.nix
@@ -24,6 +24,8 @@
     settings = {
       auto-optimise-store = true;
 
+      download-buffer-size = "104857600";
+
       experimental-features = [
         "nix-command"
         "flakes"