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 553320c commit 3aca18aCopy full SHA for 3aca18a
src/nixos-anywhere.sh
@@ -445,7 +445,7 @@ generateHardwareConfig() {
445
;;
446
nixos-generate-config)
447
step "Generating hardware-configuration.nix using nixos-generate-config"
448
- runSsh -o ConnectTimeout=10 nixos-generate-config --show-hardware-config >"$hardwareConfigPath"
+ runSsh -o ConnectTimeout=10 nixos-generate-config --show-hardware-config --no-filesystems >"$hardwareConfigPath"
449
450
*)
451
abort "Unknown hardware config backend: $hardwareConfigBackend"
0 commit comments