diff options
author | Austin Seipp <aseipp@pobox.com> | 2019-02-22 13:07:35 -0600 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2019-02-23 08:35:26 -0600 |
commit | d7a7a029ff9c1fc6c5a22b91718e28c4c1062d9f (patch) | |
tree | 9a8404d5cf547da4c845c9aad2da5a414ca54b99 /scripts/install-multi-user.sh | |
parent | e58a71442ad4a538b48fc7a9938c3690628c4741 (diff) |
scripts: remove default 'sandbox = false' from multi-user installer
Sandboxing is now enabled by default on Linux, but is still disabled on
macOS. However, the installer always turned it off to ensure consistent
behavior.
Remove this default configuration, so we fall back to the default
platform-specific value.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'scripts/install-multi-user.sh')
-rw-r--r-- | scripts/install-multi-user.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 6ee8dd485..4c793247e 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -747,7 +747,6 @@ build-users-group = $NIX_BUILD_GROUP_NAME max-jobs = $NIX_USER_COUNT cores = 1 -sandbox = false EOF _sudo "to place the default nix daemon configuration (part 2)" \ install -m 0664 "$SCRATCH/nix.conf" /etc/nix/nix.conf |