ssh: update hosts list

This commit is contained in:
Leonardo Eugênio 2024-03-29 01:04:41 -03:00
parent 7ab7a3459a
commit 4cd1e7cab1

View file

@ -11,7 +11,12 @@ in {
}; };
ghost = { ghost = {
user = "root"; user = "root";
hostname = "lelgenio.xyz"; hostname = "ghost.lelgenio.xyz";
port = 9022;
};
phantom = {
user = "root";
hostname = "phantom.lelgenio.xyz";
port = 9022; port = 9022;
}; };
}; };