From d02e104967221b79da298f1112e463d9f8783c68 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 3 Dec 2024 21:56:56 +0100 Subject: (corrino) increase the maxJobs for the local builder --- nix/hosts/corrino/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index 7c4c8cd..592f3b7 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -473,7 +473,7 @@ in hostName = "localhost"; system = "x86_64-linux"; protocol = "ssh-ng"; - maxJobs = 1; + maxJobs = 8; supportedFeatures = [ "nixos-test" "benchmark" -- cgit 1.4.1