Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 56f1ed55791f
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f0359012c90
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 23, 2019

  1. 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>
    thoughtpolice committed Feb 23, 2019
    Copy the full SHA
    d7a7a02 View commit details

Commits on Mar 24, 2019

  1. Merge pull request #2693 from thoughtpolice/scripts/multi-user-sandbox

    scripts: remove default 'sandbox = false' from multi-user installer
    domenkozar authored Mar 24, 2019
    Copy the full SHA
    6f03590 View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 scripts/install-multi-user.sh
1 change: 0 additions & 1 deletion scripts/install-multi-user.sh
Original file line number Diff line number Diff line change
@@ -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