default.nix: use tailscale for ssh
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-09-06 05:20:36 -04:00
parent 79943dff4e
commit 68c7139765
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -38,30 +38,27 @@
enable = true; enable = true;
extraConfig = '' extraConfig = ''
Host sakura Host sakura
HostName 192.168.1.25 HostName 100.121.201.47
User notoh User notoh
IdentityFile ~/.ssh/sakura IdentityFile ~/.ssh/sakura
Host kariru Host kariru
HostName 192.168.1.54 HostName 100.126.229.95
User notoh User notoh
IdentityFile ~/.ssh/kariru IdentityFile ~/.ssh/kariru
Host yuki Host yuki
HostName 192.168.1.36 HostName 100.110.140.130
User notoh User notoh
IdentityFile ~/.ssh/yuki IdentityFile ~/.ssh/yuki
Host arashi Host arashi
HostName 192.168.1.211 HostName 100.94.214.100
User notoh User notoh
IdentityFile ~/.ssh/arashi IdentityFile ~/.ssh/arashi
Host sora Host sora
HostName 100.87.54.48 HostName 100.87.54.48
User notoh User notoh
IdentityFile ~/.ssh/sora IdentityFile ~/.ssh/sora
Host pihole
Hostname 192.168.1.221
User root
Host pve Host pve
Hostname 192.168.1.37 Hostname 100.115.234.69
User root User root
''; '';
}; };