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;
extraConfig = ''
Host sakura
HostName 192.168.1.25
HostName 100.121.201.47
User notoh
IdentityFile ~/.ssh/sakura
Host kariru
HostName 192.168.1.54
HostName 100.126.229.95
User notoh
IdentityFile ~/.ssh/kariru
Host yuki
HostName 192.168.1.36
HostName 100.110.140.130
User notoh
IdentityFile ~/.ssh/yuki
Host arashi
HostName 192.168.1.211
HostName 100.94.214.100
User notoh
IdentityFile ~/.ssh/arashi
Host sora
HostName 100.87.54.48
User notoh
IdentityFile ~/.ssh/sora
Host pihole
Hostname 192.168.1.221
User root
Host pve
Hostname 192.168.1.37
Hostname 100.115.234.69
User root
'';
};