diff options
author | Domen Kožar <domen@enlambda.com> | 2019-03-24T12·45+0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-24T12·45+0700 |
commit | 6f0359012c90935799b8de1af7b199dd1ba9a9c5 (patch) | |
tree | dbc5cb902d200e45684b2eeb66ae9df159158073 /scripts | |
parent | 56f1ed55791fc7e8671f10263baa7a9d15b47c4b (diff) | |
parent | d7a7a029ff9c1fc6c5a22b91718e28c4c1062d9f (diff) |
Merge pull request #2693 from thoughtpolice/scripts/multi-user-sandbox
scripts: remove default 'sandbox = false' from multi-user installer
Diffstat (limited to 'scripts')
-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 f93be9d3a45b..4b65783a20ff 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -744,7 +744,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 |