desktop-2025-01-29-14-20-16

This commit is contained in:
Alexander Szczepanski
2025-01-29 14:20:16 +01:00
parent b40d52a433
commit b3a2a1030b
10 changed files with 121 additions and 56 deletions

3
scripts/hostkey-to-agepub.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
nix-shell -p ssh-to-age --run "cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age"