diff --git a/home/private/ssh-hosts.nix b/home/private/ssh-hosts.nix index 3fac2c1..3b6fa13 100644 --- a/home/private/ssh-hosts.nix +++ b/home/private/ssh-hosts.nix @@ -32,6 +32,11 @@ forwardAgent = true; }; + "zenwifi" = { + hostname = "192.168.50.1"; + identityFile = tb1; + }; + # Cloud Machines "t1" = { hostname = "95.216.215.4";