rename l001->2

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-01-10 12:46:13 -06:00
parent 737b51da0b
commit 6fa1cec887
9 changed files with 34 additions and 16 deletions

View file

@ -117,23 +117,13 @@ in
user = "luser";
};
# LINODE SERVERS
# "l001" = {
# identityFile = age.secrets.nix2linode.path;
# hostname = "10.20.40.##"; TODO
# user = "root";
# };
"l001_" = {
"l002_" = {
identityFile = age.secrets.nix2linode.path;
hostname = "172.234.26.141";
user = "root";
};
"l002_" = {
identityFile = age.secrets.nix2l002.path;
hostname = "172.232.4.54";
user = "luser";
};
"l002" = {
identityFile = age.secrets.nix2l002.path;
identityFile = age.secrets.nix2linode.path;
hostname = "10.20.40.1";
user = "luser";
};