From 4e44039822c61f29c9c67aef441c32b5780d3de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 16 Oct 2025 18:40:48 +0800 Subject: [PATCH] home: increase parallelism --- nix/homeModules/common/user-nixconf.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/homeModules/common/user-nixconf.nix b/nix/homeModules/common/user-nixconf.nix index b021d610..574a939e 100644 --- a/nix/homeModules/common/user-nixconf.nix +++ b/nix/homeModules/common/user-nixconf.nix @@ -26,6 +26,9 @@ ]; allow-import-from-derivation = true; keep-outputs = false; # Build time derivations and sources + + http-connections = 50; # default: 25 + max-substitution-jobs = 32; # default: 16 }; }; }