add helper statements for loadkeys app

This commit is contained in:
Noah Masur 2022-10-03 12:32:09 +00:00
parent 31f3cfe77c
commit f38f782b63

View File

@ -3,7 +3,10 @@
type = "app";
program = builtins.toString (pkgs.writeShellScript "loadkey" ''
printf "\nEnter the seed phrase for your SSH key...\n"
printf "\nThen press ^D when complete.\n\n"
${pkgs.melt}/bin/melt restore ~/.ssh/id_ed25519
printf "\n\nContinuing activation.\n\n"
'');
}