From 58785fd8956e09bc216a76f19460a31fc9e2b1d9 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/private/ssh-hosts.nix b/home/private/ssh-hosts.nix index 01a8ac9..19fd445 100644 --- a/home/private/ssh-hosts.nix +++ b/home/private/ssh-hosts.nix @@ -51,6 +51,12 @@ forwardAgent = true; }; + "tr2.local" = { + hostname = "192.168.50.102"; + identityFile = tb1; + forwardAgent = true; + }; + "zenwifi" = { hostname = "192.168.50.1"; identityFile = tb1;