Merge pull request 'pkgs/cli: Fix generation of hardware configuration for machines install' (#2456) from kenji/clan-core:kenji-cli/install/nixos-facter into main
This commit is contained in:
@@ -86,7 +86,7 @@ def install_machine(opts: InstallOptions) -> None:
|
||||
cmd.extend(
|
||||
[
|
||||
"--generate-hardware-config",
|
||||
str(opts.update_hardware_config),
|
||||
str(opts.update_hardware_config.value),
|
||||
str(
|
||||
opts.update_hardware_config.config_path(
|
||||
opts.flake.path, machine.name
|
||||
|
||||
Reference in New Issue
Block a user