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"; + }; }; }; }