add h003 ssh target

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-05 18:11:26 -05:00
parent 7b2b240326
commit a57e38d6d3
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;