Skip to content

Commit

Permalink
ssh: Add new hetzner server
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Mar 3, 2024
1 parent 0336651 commit bcc43cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home-config/config/tty-applications/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
HostkeyAlgorithms = "+ssh-rsa";
};
};

"hetzner-1" = lib.hm.dag.entryAfter ["*"] {
hostname = "116.202.158.55";
user = "tlater";
port = 2222;
forwardAgent = true;
};
};
};

Expand Down

0 comments on commit bcc43cd

Please sign in to comment.