Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add secret

+6
+5
modules/server/encrypt/tangled-knot-secret.age
··· 1 + age-encryption.org/v1 2 + -> ssh-ed25519 QwbpPw 33WczOs4JEiVVA8CzFii7hWMA+N2FxeMj0ya1JHim1A 3 + kfxuJo5DLQJ0vZ6P3ubiadIb0nO3YFFdiMGsTCG00N4 4 + --- M5dUQ19fOQdclRb1kt0DbAv8BrFMih+Uy2dlxskeVzg 5 + �S*ɀ�!Q]�T�����^�C��-X��Tҕ�r�^��D�m�잫�aD��;k�t@��/��i����A��A��A@I���Ù�8�����E=^���>����B^۰�):�
+1
secrets.nix
··· 8 8 9 9 "./modules/server/encrypt/tailscale.age".publicKeys = keys; 10 10 "./modules/server/encrypt/rclone.conf.age".publicKeys = keys; 11 + "./modules/server/encrypt/tangled-knot-secret.age".publicKeys = keys; 11 12 12 13 "./home/fonts/encrypt/DankMono-Regular.otf.age".publicKeys = keys; 13 14 "./home/fonts/encrypt/DankMono-Bold.otf.age".publicKeys = keys;