0
fork

Configure Feed

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

Yubikey!


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+5 -2
+2 -2
configs/ssh-config
··· 48 48 HostName marpi5-1.taild5b3d4.ts.net 49 49 User root 50 50 Port 22 51 - IdentityFile ~/.ssh/hetzner # Heheh, hetzner is not where she's hosted btw. 51 + IdentityFile ~/.ssh/y5c01-2026 52 52 Host strawmelonservices-temp 53 53 RequestTTY yes 54 54 RemoteCommand watch -n 1 "vcgencmd measure_temp && cat /sys/class/thermal/cooling_device0/cur_state" 55 55 HostName marpi5-1.taild5b3d4.ts.net 56 56 User root 57 57 Port 22 58 - IdentityFile ~/.ssh/hetzner 58 + IdentityFile ~/.ssh/y5c01-2026
+3
home/modules/shell/zsh.nix
··· 65 65 initContent = 66 66 let 67 67 zshConfigEarlyInit = lib.mkOrder 500 '' 68 + # Have to have ssh-agent running now for yubikey sk-ed25519 69 + eval $(ssh-agent) 70 + clear 68 71 hyfetch 69 72 ''; 70 73 zshConfig = lib.mkOrder 1000 ''