From 8c9a44d4041fc2f3e7a1eec45d0b9bdbf5ecfc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 20 May 2022 23:16:46 +0200 Subject: [PATCH] feat(ssh): reach ful, makanek via http first --- configs/ssh.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/configs/ssh.nix b/configs/ssh.nix index 7298f12..4237036 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -25,6 +25,11 @@ in { port = sshPort; }; makanek = { + hostname = "88.99.83.173"; + user = "root"; + port = sshPort; + }; + "makanek.r" = { hostname = "makanek.r"; user = "root"; port = sshPort; @@ -57,9 +62,15 @@ in { hostname = "135.181.85.233"; user = "root"; }; - ful = { + "ful.r" = { hostname = "ful.r"; user = "root"; + port = sshPort; + }; + ful = { + hostname = "130.61.209.15"; + user = "root"; + port = sshPort; }; }; };