Tweak mac nix build settings

This commit is contained in:
Nathan McCarty 2023-07-21 21:24:20 -04:00
parent fec24c3d67
commit 65d01c9fdc
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {