No description
Find a file
2025-12-08 14:59:30 +01:00
devices Some vpn stuff 2025-12-08 14:59:30 +01:00
functions Update some stuff and add work fonts 2025-09-30 20:15:38 +02:00
home-modules epp stuff 2025-12-08 08:23:59 +01:00
hosts Enable ssh luks decryption for quarktasche 2025-12-03 17:43:09 +01:00
modules Add packages 2025-12-03 20:53:24 +01:00
secrets Some vpn stuff 2025-12-08 14:59:30 +01:00
users/sebastian bogo stuff 2025-12-03 20:53:24 +01:00
.gitignore New Dawn 2025-08-15 15:47:28 +02:00
.sops.yaml Some vpn stuff 2025-12-08 14:59:30 +01:00
flake.lock Update time 25.11 2025-12-01 20:01:55 +01:00
flake.nix Update time 25.11 2025-12-01 20:01:55 +01:00
README.md Add berliner and fix some modules 2025-08-26 21:41:51 +02:00

sops - personal key

mkdir -p $HOME/.config/sops/age
read -s SSH_TO_AGE_PASSPHRASE; export SSH_TO_AGE_PASSPHRASE
ssh-to-age -private-key -i $HOME/.ssh/id_ed25519 -o $HOME/.config/sops/age/keys.txt

sops - host key

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