From 012d78cc0e5c1658fdeaa2ec48c6652d01b03e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 16 Mar 2022 06:52:49 +0100 Subject: [PATCH] feat(ssh): add tahina --- configs/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/ssh.nix b/configs/ssh.nix index d3a2357..9af4571 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -44,6 +44,10 @@ in { user = "kfm"; port = sshPort; }; + tahina = { + hostname = "130.61.131.53"; + user = "ubuntu"; + }; "nextcloud.fysi.dev" = { hostname = "116.203.82.203"; user = "root";