Skip to content

Commit

Permalink
darwin01: limit cores/max-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jan 27, 2025
1 parent 98b07cc commit 09f08be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hosts/darwin01/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
inputs.self.darwinModules.community-builder
];

nix.settings.max-jobs = 10;
nix.settings.cores = 5;
nix.settings.max-jobs = 8;

nixCommunity.darwin.ipv6 = "2a01:4f8:d1:5716::2 64 2a01:4f8:d1:5716::1";

Expand Down

0 comments on commit 09f08be

Please sign in to comment.