diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-06-17T08·17+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17T08·17+0200 |
commit | 38a4d38bc33d9943bdee4de8c77f5161bcc3fbb0 (patch) | |
tree | 035e2a75ad29635140410ffa859a4a894b59fdfc /scripts | |
parent | b693029ca076abf8a4084a053a122ffcdf4d61b2 (diff) | |
parent | 07d9981f34c8423e74a8dc1b4f978fe58b421aee (diff) |
Merge pull request #2746 from bjornfor/install-multi-user-defaults
install-multi-user: reduce max-jobs from 32 to 1
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-multi-user.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index c89e18b5116d..9b757e7da3f2 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -749,9 +749,6 @@ setup_default_profile() { place_nix_configuration() { cat <<EOF > "$SCRATCH/nix.conf" build-users-group = $NIX_BUILD_GROUP_NAME - -max-jobs = $NIX_USER_COUNT -cores = 1 EOF _sudo "to place the default nix daemon configuration (part 2)" \ install -m 0664 "$SCRATCH/nix.conf" /etc/nix/nix.conf |