We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d944503 commit 6a04ab9Copy full SHA for 6a04ab9
src/nixos-anywhere.sh
@@ -585,12 +585,12 @@ generateHardwareConfig() {
585
maybeSudo=""
586
fi
587
if [[ ${hasNixOSFacter} == "n" ]]; then
588
- step "Generating hardware-configuration.nix using nixos-facter from nixpkgs"
+ step "Generating facter.json using nixos-facter from nixpkgs"
589
runSshNoTty -o ConnectTimeout=10 "${maybeSudo}" \
590
nix run "${nixOptions[@]}" \
591
nixpkgs#nixos-facter >"$hardwareConfigPath"
592
else
593
- step "Generating hardware-configuration.nix using nixos-facter"
+ step "Generating facter.json using nixos-facter"
594
runSshNoTty -o ConnectTimeout=10 "${maybeSudo}" "nixos-facter" >"$hardwareConfigPath"
595
596
;;
0 commit comments