install-darwin-multi-user.sh: Remove superfluous nix.conf settings

This commit is contained in:
Eelco Dolstra 2017-11-20 17:13:45 +01:00
parent 72804dc0bd
commit ea94a87493
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 0 additions and 8 deletions

View File

@ -747,14 +747,6 @@ build-users-group = $NIX_BUILD_GROUP_NAME
max-jobs = $NIX_USER_COUNT
cores = 1
sandbox = false
binary-caches = https://cache.nixos.org/
trusted-binary-caches =
binary-cache-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
signed-binary-caches = *
trusted-users = root
allowed-users = *
EOF
_sudo "to place the default nix daemon configuration (part 2)" \
install -m 0664 "$SCRATCH/nix.conf" /etc/nix/nix.conf