From bd1c8c260bdc17e15a552305b7b59369ed9b5f3a Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 13:59:56 +0200 Subject: [PATCH] fix: distributed builds --- hosts/nuos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index fd5c3f3..538dc01 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -90,10 +90,10 @@ nix = { buildMachines = [{ - hostName = "noa@lambdaOS"; + hostName = "lambdaOS"; system = "x86_64-linux"; protocol = "ssh-ng"; - maxJobs = 24; + maxJobs = 5; speedFactor = 3; supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; mandatoryFeatures = [ ];