From ae5af420b0dc1cf0c4a4ab49bc2e438325ee237b Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 29 Oct 2018 02:01:54 +0100 Subject: [PATCH] scripts/nixos-install: dont copy channel/skip root pw --- scripts/nixos-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/nixos-install.sh b/scripts/nixos-install.sh index 419c0a1..3829d08 100755 --- a/scripts/nixos-install.sh +++ b/scripts/nixos-install.sh @@ -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 "${@}"