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:
parent
876b962c86
commit
b3a9587cfb
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue