ssh: update hosts list

This commit is contained in:
Leonardo Eugênio 2024-03-29 01:04:41 -03:00
parent 7ab7a3459a
commit 4cd1e7cab1
1 changed files with 6 additions and 1 deletions

View File

@ -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;
};
};