No description
Find a file
2026-03-23 20:15:26 +01:00
devices Add cups to workstation 2026-01-27 10:50:49 +01:00
functions Update some stuff and add work fonts 2025-09-30 20:15:38 +02:00
home-modules Add rss/ai stuff to emacs 2026-03-23 16:25:42 +01:00
hosts Install kodi 2026-02-21 01:26:32 +01:00
modules Make home-manager for user sebastian configurable 2026-02-20 23:46:25 +01:00
secrets Add rss/ai stuff to emacs 2026-03-23 16:25:42 +01:00
users Enable syncthing 2026-03-23 20:15:26 +01:00
.gitignore KI stuff 2026-03-23 08:19:06 +01:00
.sops.yaml Add wireguard conf for quarktasche 2025-12-19 00:00:46 +01:00
flake.lock Update halloy 2026-03-05 14:18:29 +01:00
flake.nix Make home-manager for user sebastian configurable 2026-02-20 23:46:25 +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'