diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2020-05-30 02:14:06 +0100 |
|---|---|---|
| committer | Jörg Thalheim <joerg@thalheim.io> | 2020-05-30 02:14:06 +0100 |
| commit | eb7b41a2a0707483b22842158a59e68774fc4755 (patch) | |
| tree | 5c03fe4e7a8bc54cd55e806f47123a00d2875ea9 /modules/examples/lnl.nix | |
| parent | cec42039b0076f4cf002a4a00f29472d22528fb3 (diff) | |
nix: better defaults settings for maxJobs/buildCores
most users just want to use all available cores.
This commit aligns our defaults with what we do in NixOS
Diffstat (limited to 'modules/examples/lnl.nix')
| -rw-r--r-- | modules/examples/lnl.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 92efb4b..1345a87 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -469,9 +469,4 @@ users.nix.configureBuildUsers = true; users.nix.nrBuildUsers = 32; - - # You should generally set this to the total number of logical cores in your system. - # $ sysctl -n hw.ncpu - nix.maxJobs = 1; - nix.buildCores = 1; } |
