bind ssh controlmaster to live time of CLI

This commit is contained in:
Jörg Thalheim
2025-05-04 16:11:26 +02:00
parent 310e8b7fe7
commit be79d75c08
25 changed files with 184 additions and 159 deletions

View File

@@ -55,9 +55,9 @@ export const MachineListItem = (props: MachineListItemProps) => {
flake: {
identifier: active_clan,
},
override_target_host: info?.deploy.targetHost,
},
no_reboot: true,
target_host: info?.deploy.targetHost,
debug: true,
nix_options: [],
password: null,

View File

@@ -142,8 +142,8 @@ const InstallMachine = (props: InstallMachineProps) => {
flake: {
identifier: curr_uri,
},
override_target_host: target,
},
target_host: target,
password: "",
},
});