feat(homie): add tailscale aliases

This commit is contained in:
matt1432 2024-08-18 23:01:08 -04:00
parent a592eb69dd
commit e76841b841
4 changed files with 8 additions and 0 deletions

View file

@ -62,6 +62,9 @@
# Experimenting server
servivi = "ssh -t matt@100.64.0.7 'tmux -2u new -At phone'";
# Home-assistant
homie = "ssh -t matt@100.64.0.10 'tmux -2u new -At phone'";
# Cluster nodes
thingone = "ssh -t matt@100.64.0.8 'tmux -2u new -At phone'";
thingtwo = "ssh -t matt@100.64.0.9 'tmux -2u new -At phone'";