From c5c3a7349537498e1b5719003e2e7cfde0097ffb Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 13 Jun 2026 23:53:46 +0200 Subject: [PATCH] set remote build maxjobs to 2 --- osConfigs/modules/remote_build.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osConfigs/modules/remote_build.nix b/osConfigs/modules/remote_build.nix index 79aa48f..1ffba0c 100644 --- a/osConfigs/modules/remote_build.nix +++ b/osConfigs/modules/remote_build.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/09/05 23:47:09 by tomoron #+# #+# # -# Updated: 2026/06/13 23:27:26 by tomoron ### ########.fr # +# Updated: 2026/06/13 23:44:37 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -30,7 +30,7 @@ system = "x86_64-linux"; - maxJobs = 1; + maxJobs = 2; speedFactor = 2; supportedFeatures = ["big-parallel" "kvm" "nixos-test"];