From 784097a8bc5c1c1709b68f3a0eb50543a659b3d8 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 27 Aug 2025 20:32:25 -0700 Subject: [PATCH] ssh/config.laptop: use tailscale hostname for test-nixos --- ssh/config.laptop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/config.laptop b/ssh/config.laptop index f797aaf..8841c83 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -122,4 +122,4 @@ Host web-01 Host test-nixos User etorres IdentityFile=~/.ssh/test-nixos - HostName 192.168.1.151 + HostName test-nixos.tail755c5.ts.net