Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

FIX: gcloud VMs IPs change all the time

+12
+12
ssh/extra
··· 8 8 # ghostty terminfo isn't on Google VMs 9 9 Host 34.* 10 10 SetEnv TERM=xterm-256color 11 + StrictHostKeyChecking no 12 + UserKnownHostsFile /dev/null 13 + LogLevel QUIET 11 14 Host 35.* 12 15 SetEnv TERM=xterm-256color 16 + StrictHostKeyChecking no 17 + UserKnownHostsFile /dev/null 18 + LogLevel QUIET 13 19 Host 104.* 14 20 SetEnv TERM=xterm-256color 21 + StrictHostKeyChecking no 22 + UserKnownHostsFile /dev/null 23 + LogLevel QUIET 15 24 Host 146.* 16 25 SetEnv TERM=xterm-256color 26 + StrictHostKeyChecking no 27 + UserKnownHostsFile /dev/null 28 + LogLevel QUIET 17 29 18 30 Host *.local 19 31 ForwardAgent yes