all repos — nixfiles @ 725e2e893274a51faa74fc9879f4283f002dcda0

System and user configuration, managed by nix and home-manager

trillian: update nix-darwin
Alan Pearce alan@alanpearce.eu
Sat, 20 Jul 2019 19:59:21 +0200
commit

725e2e893274a51faa74fc9879f4283f002dcda0

parent

7f96612c424440e4e35e118cfa56acd7e67cc868

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M trillian.nixtrillian.nix
@@ -123,11 +123,11 @@ })   ];
   # 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