From 65d01c9fdc41fff3127f4e11d86a63226131ef4c Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 21 Jul 2023 21:24:20 -0400 Subject: [PATCH] Tweak mac nix build settings --- machines/extremophile/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/extremophile/configuration.nix b/machines/extremophile/configuration.nix index 8819807..f5a8ea1 100644 --- a/machines/extremophile/configuration.nix +++ b/machines/extremophile/configuration.nix @@ -9,8 +9,8 @@ home-manager.users.nathan = import ./home.nix; # Configure nix build nix.settings = { - cores = 8; - max-jobs = 2; + cores = 5; + max-jobs = 4; }; # Set the system name networking = {