oracle2
Some checks failed
/ check (push) Failing after 2m38s

This commit is contained in:
iofq 2025-09-27 12:14:40 -05:00
parent fc85515fb8
commit 1e236f8f71
10 changed files with 157 additions and 26 deletions

View file

@ -50,9 +50,16 @@
hostname = "consensus.tailc353f.ts.net";
identityFile = "/home/e/.ssh/id_ed25519";
};
"oracle" = {
"oracle1" = {
port = 2022;
hostname = "129.213.119.29";
hostname = "oracle1";
user = "root";
identityFile = "/home/e/.ssh/id_ed25519";
};
"oracle2" = {
port = 2022;
hostname = "oracle2";
user = "root";
identityFile = "/home/e/.ssh/id_ed25519";
};
"10110110.xyz" = {