Add --ssh-pubkey FILE argument

This commit is contained in:
Qubasa
2024-04-23 18:55:00 +02:00
parent 038e63612f
commit b1dd5c2832
15 changed files with 192 additions and 31 deletions

View File

@@ -41,7 +41,7 @@
};
testScript = ''
start_all()
machine.succeed("clan --flake ${../..} flash --debug --yes --disk main /dev/vdb test_install_machine")
machine.succeed("clan --debug --flake ${../..} flash --yes --disk main /dev/vdb test_install_machine")
'';
} { inherit pkgs self; };
};