No description
  • Nix 52.2%
  • Emacs Lisp 36.1%
  • Shell 4.1%
  • YASnippet 3.5%
  • Perl 2.1%
  • Other 2%
Find a file
Sebastian Rakel 4befebbbb6
Add gpt-agent
2026-07-17 12:36:39 +02:00
devices Update some workstation virtualisiation 2026-07-09 16:42:57 +02:00
functions Update some stuff and add work fonts 2025-09-30 20:15:38 +02:00
home-modules Add gpt-agent 2026-07-17 12:36:39 +02:00
hosts Update some workstation virtualisiation 2026-07-09 16:42:57 +02:00
live Add iso build 2026-04-23 20:57:24 +02:00
modules Update nixos to 26.05 2026-06-01 22:34:29 +02:00
secrets Fixed secrets 2026-07-07 09:48:06 +02:00
users update azure-clit 2026-07-10 08:22:24 +02:00
.gitignore KI stuff 2026-03-23 08:19:06 +01:00
.sops.yaml Update some work stuff on pinky 2026-07-02 17:35:39 +02:00
flake.lock Use nur vagrant 2026-07-08 15:14:54 +02:00
flake.nix Switch to repository for theming 2026-06-27 22:21:09 +02: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'