This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-10 10:29:00 -05:00
parent 5fd49b6456
commit 6d9f7679f0
4 changed files with 18 additions and 10 deletions

View file

@ -115,7 +115,7 @@ in
# LINODE SERVERS
"l001" = {
identityFile = age.secrets.nix2linode.path;
hostname = "172.236.111.33";
hostname = "172.236.111.33"; # Not on the tailscale network it is the primary host
user = "root";
};
"l002_" = {
@ -127,6 +127,16 @@ in
identityFile = age.secrets.nix2linode.path;
user = "root";
};
# ORACLE SERVERS
"o001" = {
identityFile = age.secrets.nix2oracle.path;
user = "root";
};
"o001_" = {
identityFile = age.secrets.nix2oracle.path;
hostname = "64.181.210.7";
user = "root";
};
};
};
}