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;