Tweak mac nix build settings
This commit is contained in:
parent
fec24c3d67
commit
65d01c9fdc
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue