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";