From 78a52810d0fa78758e3e915626bf22df19c84fc5 Mon Sep 17 00:00:00 2001 From: Timo Bingmann Date: Wed, 5 Nov 2025 18:57:59 -0800 Subject: [PATCH] rename wg1 to tr1 at home --- home/private/ssh-hosts.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/home/private/ssh-hosts.nix b/home/private/ssh-hosts.nix index 001de46..a9dc1cd 100644 --- a/home/private/ssh-hosts.nix +++ b/home/private/ssh-hosts.nix @@ -20,6 +20,7 @@ "tr1" = { hostname = "tr1.t1.xyz"; + port = 22001; identityFile = tb1; }; "tr1.local" = { @@ -27,15 +28,6 @@ identityFile = tb1; }; - "wg1" = { - hostname = "192.168.50.101"; - identityFile = tb1; - }; - "wg1.local" = { - hostname = "192.168.50.101"; - identityFile = tb1; - }; - # Cloud Machines "t1" = { hostname = "95.216.215.4";