diff options
author | Domen Kožar <domen@dev.si> | 2020-05-25 17:31:46 +0200 |
---|---|---|
committer | Domen Kožar <domen@dev.si> | 2020-05-25 17:31:46 +0200 |
commit | 573ff8dfcaacc4495e7f7880d86f70145a074578 (patch) | |
tree | 5d8cd1f45ba49c6a8d59ba8f5dc56e8e016f570b /scripts/install-multi-user.sh | |
parent | 81a0731e05805e92355738685fcc2c4fd74368a2 (diff) |
Allow passing extra nix.conf to installer
Diffstat (limited to 'scripts/install-multi-user.sh')
-rw-r--r-- | scripts/install-multi-user.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index a0f1deb98..b0cb51943 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -646,6 +646,7 @@ setup_default_profile() { place_nix_configuration() { cat <<EOF > "$SCRATCH/nix.conf" +$NIX_EXTRA_CONF build-users-group = $NIX_BUILD_GROUP_NAME EOF _sudo "to place the default nix daemon configuration (part 2)" \ |