Merge pull request 'pkgs/cli: Fix target_host for machines install' (#2631) from kenji/clan-core:kenji-fix-target-host into main
This commit is contained in:
@@ -149,7 +149,7 @@ def install_command(args: argparse.Namespace) -> None:
|
||||
machine = Machine(
|
||||
name=args.machine, flake=args.flake, nix_options=args.option
|
||||
)
|
||||
target_host = machine.target_host.host
|
||||
target_host = machine.target_host.target
|
||||
|
||||
if deploy_info:
|
||||
password = deploy_info.pwd
|
||||
|
||||
Reference in New Issue
Block a user