install-multi-user: remove unneeded settings from nix.conf

Hardcoding the "max-jobs" and "cores" settings in nix.conf at install
time, to the same value as Nix' built-in default, makes little sense to
me.
This commit is contained in:
Bjørn Forsman 2019-03-27 16:24:58 +01:00
parent dbe4c043d7
commit 07d9981f34
1 changed files with 0 additions and 3 deletions

View File

@ -741,9 +741,6 @@ setup_default_profile() {
place_nix_configuration() {
cat <<EOF > "$SCRATCH/nix.conf"
build-users-group = $NIX_BUILD_GROUP_NAME
max-jobs = 1
cores = 1
EOF
_sudo "to place the default nix daemon configuration (part 2)" \
install -m 0664 "$SCRATCH/nix.conf" /etc/nix/nix.conf