From 4cd1e7cab1d34ff082ac9cccf7c339a7f122dd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Fri, 29 Mar 2024 01:04:41 -0300 Subject: [PATCH] ssh: update hosts list --- user/ssh.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; }; };