diff --git a/user/ssh.nix b/user/ssh.nix index 382266f..a4f2b47 100644 --- a/user/ssh.nix +++ b/user/ssh.nix @@ -11,7 +11,12 @@ in { }; ghost = { user = "root"; - hostname = "lelgenio.xyz"; + hostname = "ghost.lelgenio.xyz"; + port = 9022; + }; + phantom = { + user = "root"; + hostname = "phantom.lelgenio.xyz"; port = 9022; }; };