diff --git a/src/nixos-anywhere.sh b/src/nixos-anywhere.sh index 34a771ab..8b37ecf4 100755 --- a/src/nixos-anywhere.sh +++ b/src/nixos-anywhere.sh @@ -283,7 +283,7 @@ done import_facts() { local facts filtered_facts if ! facts=$( - ssh_ -o ConnectTimeout=10 -- </dev/null && echo "y" || echo "n" @@ -347,7 +347,7 @@ if [[ ${is_kexec-n} == "n" ]] && [[ ${is_installer-n} == "n" ]]; then fi step Switching system into kexec - ssh_ <