From ea94a87493df0a60cadba291e31bbe7c6847c0c5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Nov 2017 17:13:45 +0100 Subject: [PATCH] install-darwin-multi-user.sh: Remove superfluous nix.conf settings --- scripts/install-darwin-multi-user.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install-darwin-multi-user.sh b/scripts/install-darwin-multi-user.sh index cea25eb8..6369b68a 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