scripts/nixos-install: dont copy channel/skip root pw

This commit is contained in:
steveej 2018-10-29 02:01:54 +01:00
parent 19d1f6983f
commit ae5af420b0

View file

@ -1,8 +1,4 @@
#!/usr/bin/env bash
set -xe
export NIXOS_CONFIG=${PWD}/configuration.nix
nixos-install --max-jobs 5 --cores 4 "${@}"
nixos-install --max-jobs 5 --cores 4 --no-channel-copy --no-root-passwd "${@}"