From 2332e49b29528325ad1ff2bc0a279275c08ea266 Mon Sep 17 00:00:00 2001 From: devhell Date: Sun, 30 Jan 2022 15:11:08 +0000 Subject: machines/herja: Up maxJobs to 16 Dunno why it was at 8, but 16 is what it should be. --- machines/devhell/herja.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/devhell') diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix index c4f555ce..ddb4e678 100644 --- a/machines/devhell/herja.nix +++ b/machines/devhell/herja.nix @@ -85,7 +85,7 @@ nix = { settings = { - maxJobs = lib.mkDefault 8; + maxJobs = lib.mkDefault 16; }; }; -- cgit 1.4.1