1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

bootstrap: add nix.maxJobs to simple example

This commit is contained in:
Daiderd Jordan 2017-07-23 14:30:36 +02:00
parent 876b962c86
commit b3a9587cfb
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -9,9 +9,11 @@
# Create /etc/bashrc that loads the nix-darwin environment.
programs.bash.enable = true;
programs.bash.enableCompletion = false;
# Recreate /run/current-system symlink after boot.
services.activate-system.enable = true;
# You should generally set this to the total number of logical cores in your system.
# $ sysctl -n hw.ncpu
nix.maxJobs = 1;
}