From 03c50a85045b2ba0f1f4e75eaf420d504e39d977 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 22 Mar 2026 16:01:17 +0100 Subject: [PATCH] Tweaked nix build parameters --- modules/common/nix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/common/nix.nix b/modules/common/nix.nix index 91cb4fd..13bf506 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -10,11 +10,11 @@ experimental-features = [ "nix-command" "flakes" ]; # Limit resource usage to prevent Linux OOM - max-jobs = 2; - cores = 4; + max-jobs = 4; + cores = 5; max-silent-time = 3600; - timeout = 1800; + timeout = 2700; # Package caches substituters = [