add h003 ssh target

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-05 18:11:26 -05:00
parent 59070a754d
commit daf63d5d43
2 changed files with 4 additions and 1 deletions

View file

@ -116,6 +116,10 @@ in
identityFile = age.secrets.nix2h002.path;
user = "luser";
};
"h003" = {
identityFile = age.secrets.nix2h003.path;
user = "luser";
};
# LINODE SERVERS
"l001" = {
identityFile = age.secrets.nix2linode.path;