2023-02-22 14:55:28 -05:00
2023-02-21 13:47:31 -05:00
2023-02-22 14:26:35 -05:00
2023-02-22 10:38:24 -05:00
2023-02-22 14:55:28 -05:00
2023-02-22 14:29:51 -05:00
2023-02-22 14:16:04 -05:00
2023-02-22 14:50:22 -05:00
2023-02-22 14:21:21 -05:00
2023-02-22 14:29:51 -05:00
2023-02-22 14:55:28 -05:00
2023-02-22 14:50:22 -05:00

vmimages

based on https://samleathers.com/posts/2022-02-11-my-new-network-and-sops.html

Create new SSH HOST KEYS

sudo ssh-keygen -q -N "" -t rsa -b 4096 -f /etc/ssh/ssh_host_rsa_key sudo ssh-keygen -q -N "" -t ed25519 -f /etc/ssh/ssh_host_ed25519_key

Local sudo cat /etc/ssh/ssh_host_rsa_key|ssh-to-pgp -o nixos/secrets/keys/hostname ssh hostname "cat /etc/ssh/ssh_host_rsa_key"|ssh-to-pgp -o nixos/secrets/keys/hostname

TODO

swtich to ed25519 ssh-to-age? https://github.com/Mic92/ssh-to-age

Description
start of new nix
Readme 561 KiB
Languages
Nix 92.2%
Just 4.1%
Shell 3.7%