diff options
author | Alan Pearce | 2019-07-20 19:59:21 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-20 19:59:21 +0200 |
commit | 725e2e893274a51faa74fc9879f4283f002dcda0 (patch) | |
tree | 512cf837ee1de3da8f9cd48297bf694907f43f3d | |
parent | 7f96612c424440e4e35e118cfa56acd7e67cc868 (diff) | |
download | nixos-configuration-725e2e893274a51faa74fc9879f4283f002dcda0.tar.lz nixos-configuration-725e2e893274a51faa74fc9879f4283f002dcda0.tar.zst nixos-configuration-725e2e893274a51faa74fc9879f4283f002dcda0.zip |
trillian: update nix-darwin
-rw-r--r-- | trillian.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trillian.nix b/trillian.nix index 8d84664..1f4ce67 100644 --- a/trillian.nix +++ b/trillian.nix @@ -123,11 +123,11 @@ in ]; # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 3; + system.stateVersion = 4; # You should generally set this to the total number of logical cores in your system. # $ sysctl -n hw.ncpu - nix.maxJobs = 2; - nix.buildCores = 4; + nix.maxJobs = 4; + nix.buildCores = 2; } # vim: sw=2 sts=2 expandtab autoindent smarttab |