From c6ab8b4eb7129f75d60eaec086c77f7769fef4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 16 Feb 2023 11:53:40 +0100 Subject: [PATCH] feat(ssh): add one more fysiweb host --- configs/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/ssh.nix b/configs/ssh.nix index c735b27..a022840 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -72,6 +72,8 @@ in { hostname = "135.181.85.233"; user = "root"; }; + "cms-dev.woc2023.app".identityFile = sshIdentity "fysiweb"; + "cms-master.woc2023.app".identityFile = sshIdentity "fysiweb"; "fysi-dev1" = { hostname = "94.130.229.139"; user = "root";