Change cores to 0 (automatic)

This commit is contained in:
Evie Litherland-Smith 2024-03-02 13:45:52 +00:00
parent 1be64a2c2b
commit 781c400fcb

View file

@ -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;