switch to nixos-facter for hardware-config

This commit is contained in:
Jörg Thalheim
2025-01-14 19:04:35 +01:00
committed by Mic92
parent e973e64aaf
commit c4a1e3ec95
3 changed files with 5 additions and 4 deletions

View File

@@ -237,5 +237,5 @@ def register_update_hardware_config(parser: argparse.ArgumentParser) -> None:
"--backend",
help="The type of hardware report to generate.",
choices=["nixos-generate-config", "nixos-facter"],
default="nixos-generate-config",
default="nixos-facter",
)