From 28c8cc8a77e23afcc64bf7e6bcc095c0d04192d0 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 14 Aug 2023 13:58:18 +0800 Subject: [PATCH] max-jobs set to 4 --- modules/system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/default.nix b/modules/system/default.nix index 4607557d..2ce624b8 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -30,7 +30,7 @@ inputs: substituters = mkAfter [ "https://nix-store.chn.moe" ]; trusted-public-keys = [ "chn:Cc+nowW1LIpe1kyXOZmNaznFDiH1glXmpb4A+WD/DTE=" ]; show-trace = true; - max-jobs = 1; + max-jobs = 4; cores = 0; keep-going = true; };