From d7a7a029ff9c1fc6c5a22b91718e28c4c1062d9f Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Fri, 22 Feb 2019 13:07:35 -0600 Subject: [PATCH] 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 --- scripts/install-multi-user.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 6ee8dd48..4c793247 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