From 88ebd62867d24bcb6e95c29f0b9ce57b5058f979 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 7 Nov 2025 15:03:53 +0100 Subject: [PATCH] brrr --- profiles/base/nix.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/base/nix.nix b/profiles/base/nix.nix index 5d7ce4f..77645f3 100644 --- a/profiles/base/nix.nix +++ b/profiles/base/nix.nix @@ -45,8 +45,10 @@ max-silent-time = 3600; # kill long-running silent builds # === substitution + http-connections = 128; # default is 25 + max-substitution-jobs = 128; # default is 16 connect-timeout = 5; # timeout in seconds for binary caches - download-attempts = lib.mkDefault 2; # download attempts, in case a binary cache fails + download-attempts = 2; # download attempts, in case a binary cache fails # fallback = lib.mkDefault true; # fallback to building if a binary cache fails # === store