From bf6c82a11d4145125b1ea90ea2bf55b2e0215089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 16 Mar 2022 20:12:50 +0100 Subject: [PATCH] feat(ssh): add oracle --- configs/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/ssh.nix b/configs/ssh.nix index 0a0ab5c..d3a2357 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -52,6 +52,10 @@ in { hostname = "135.181.85.233"; user = "root"; }; + oracle = { + hostname = "130.61.171.199"; + user = "ubuntu"; + }; }; }; }