diff --git a/home-config/config/tty-applications/ssh.nix b/home-config/config/tty-applications/ssh.nix index e46a955b..10878afc 100644 --- a/home-config/config/tty-applications/ssh.nix +++ b/home-config/config/tty-applications/ssh.nix @@ -30,6 +30,13 @@ HostkeyAlgorithms = "+ssh-rsa"; }; }; + + "hetzner-1" = lib.hm.dag.entryAfter ["*"] { + hostname = "116.202.158.55"; + user = "tlater"; + port = 2222; + forwardAgent = true; + }; }; };