add h003 ssh target
This commit is contained in:
parent
59070a754d
commit
daf63d5d43
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue