about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-11-20T16·13+0100
committerEelco Dolstra <edolstra@gmail.com>2017-11-20T16·32+0100
commitea94a87493df0a60cadba291e31bbe7c6847c0c5 (patch)
treee03f8c8018de494c9317927fbd00f4004e6241b6 /scripts
parent72804dc0bdc560c6f7db0fa638403fdddbe692fd (diff)
install-darwin-multi-user.sh: Remove superfluous nix.conf settings
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install-darwin-multi-user.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/install-darwin-multi-user.sh b/scripts/install-darwin-multi-user.sh
index cea25eb8ad..6369b68ab9 100644
--- a/scripts/install-darwin-multi-user.sh
+++ b/scripts/install-darwin-multi-user.sh
@@ -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