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;
|
home-manager.users.nathan = import ./home.nix;
|
||||||
# Configure nix build
|
# Configure nix build
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
cores = 8;
|
cores = 5;
|
||||||
max-jobs = 2;
|
max-jobs = 4;
|
||||||
};
|
};
|
||||||
# Set the system name
|
# Set the system name
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in New Issue