No description
  • Nix 52.5%
  • Emacs Lisp 36%
  • Shell 4%
  • YASnippet 3.5%
  • Perl 2%
  • Other 2%
Find a file
2026-09-21 17:23:36 +02:00
devices Add some kernel parameters 2026-09-16 20:43:24 +02:00
functions Update some stuff and add work fonts 2025-09-30 20:15:38 +02:00
home-modules Add awesome foxxx0 jc script 2026-09-21 17:23:36 +02:00
hosts Add some firewall rules 2026-08-24 12:29:24 +02:00
live Add iso build 2026-04-23 20:57:24 +02:00
modules Add virtual box 2026-08-24 12:29:25 +02:00
secrets Update vpn settings for serp-admin0 2026-09-16 17:33:58 +02:00
users Add dotnet env development to pinky 2026-09-16 17:33:57 +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 Add plymouth theme 2026-08-22 19:20:54 +02:00
flake.nix Add plymouth theme 2026-08-22 19:20:54 +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'