forked from lix-project/lix
install-darwin-multi-user.sh: Remove superfluous nix.conf settings
This commit is contained in:
parent
72804dc0bd
commit
ea94a87493
|
@ -747,14 +747,6 @@ build-users-group = $NIX_BUILD_GROUP_NAME
|
||||||
max-jobs = $NIX_USER_COUNT
|
max-jobs = $NIX_USER_COUNT
|
||||||
cores = 1
|
cores = 1
|
||||||
sandbox = false
|
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
|
EOF
|
||||||
_sudo "to place the default nix daemon configuration (part 2)" \
|
_sudo "to place the default nix daemon configuration (part 2)" \
|
||||||
install -m 0664 "$SCRATCH/nix.conf" /etc/nix/nix.conf
|
install -m 0664 "$SCRATCH/nix.conf" /etc/nix/nix.conf
|
||||||
|
|
Loading…
Reference in a new issue