expose an option to generate hardware configuration during installation

This commit is contained in:
Jörg Thalheim
2024-11-05 13:22:05 +01:00
parent 86d8992046
commit 2b05f90239
4 changed files with 94 additions and 87 deletions

View File

@@ -52,8 +52,8 @@ export const MachineListItem = (props: MachineListItemProps) => {
target_host: info?.deploy.targetHost,
debug: true,
nix_options: [],
password: null,
},
password: null,
}),
{
loading: "Installing...",