From 781c400fcb3ad4283ee0576ee4e052e3ef63d258 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 2 Mar 2024 13:45:52 +0000 Subject: [PATCH] Change cores to 0 (automatic) --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ea170d36..cd781b54 100644 --- a/flake.nix +++ b/flake.nix @@ -52,8 +52,8 @@ nix = { enable = true; settings = { - cores = 2; - max-jobs = 1; + cores = 0; # Use max cores on system + max-jobs = 1; # No job concurrency trusted-users = ["root" user]; experimental-features = ["nix-command" "flakes"]; auto-optimise-store = true;