From 1f79e2da4ca177abd0652ab4df1a40750c2eafa6 Mon Sep 17 00:00:00 2001 From: Timo Bingmann Date: Sun, 15 Feb 2026 21:46:09 -0800 Subject: [PATCH] add tr2 --- home/private/ssh-hosts.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/home/private/ssh-hosts.nix b/home/private/ssh-hosts.nix index 01a8ac9..bfac481 100644 --- a/home/private/ssh-hosts.nix +++ b/home/private/ssh-hosts.nix @@ -51,6 +51,18 @@ forwardAgent = true; }; + "tr2" = { + hostname = "tr1.t1.xyz"; + port = 22002; + identityFile = tb1; + forwardAgent = true; + }; + "tr2.local" = { + hostname = "192.168.50.102"; + identityFile = tb1; + forwardAgent = true; + }; + "zenwifi" = { hostname = "192.168.50.1"; identityFile = tb1;