From e13e421b75890ad84cca27d0fb7617efa4066b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 21 Apr 2021 11:56:59 +0200 Subject: [PATCH] feat(ssh): add fysi machines --- configs/ssh.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/ssh.nix b/configs/ssh.nix index 6897b4b..cc979e8 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -40,6 +40,14 @@ in { user = "kfm"; port = sshPort; }; + "nextcloud.fysi.dev" = { + hostname = "116.203.82.203"; + user = "root"; + }; + "lingua.miaengiadina.ch" = { + hostname = "135.181.85.233"; + user = "root"; + }; }; }; }