From 4b9a830323a0970c74ecaad9b05d2b88d409f6e3 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 29 Feb 2024 01:31:22 +0100 Subject: [PATCH] use only 3 cores on del for rebuilding --- hosts/del/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 6832fdfff..77c02d933 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -18,8 +18,8 @@ nix = { settings = { - max-jobs = 3; - cores = 4; + max-jobs = 2; + cores = 3; substituters = [ "https://nix-community.cachix.org" "https://nixpkgs-wayland.cachix.org"