From aea7acaccfc4676dbf5416f869d4299d605a9eda Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 6 Aug 2024 21:20:31 +0200 Subject: [PATCH] add max-jobs to build machines --- nixos-modules/nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-modules/nix/default.nix b/nixos-modules/nix/default.nix index c5a1a16..3a54662 100644 --- a/nixos-modules/nix/default.nix +++ b/nixos-modules/nix/default.nix @@ -66,6 +66,7 @@ in protocol = "ssh-ng"; sshUser = "builder"; sshKey = "/root/.ssh/builder"; + maxJobs = 12; } ]; distributedBuilds = true;