2023-02-24 16:28:07 -05:00
2023-02-24 16:27:35 -05:00
2023-02-24 16:28:07 -05:00
2023-02-23 11:18:10 -05:00
2023-02-22 16:06:33 -05:00
2023-02-23 23:39:30 +00:00
2023-02-23 14:04:29 -05:00
2023-02-23 23:39:30 +00:00
2023-02-23 14:04:29 -05:00
2023-02-23 23:39:30 +00:00
2023-02-23 23:41:30 +00:00
2023-02-23 23:39:30 +00: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

nix-shell -p ssh-to-age --run 'cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age' or in nix develop cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age'

Add key to .sops.yaml

rekey a file

sops updatekeys hosts/wsl2/secrets.yaml

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