diff --git a/modules/base/ssh.nix b/modules/base/ssh.nix index 41eed3f..86dfece 100644 --- a/modules/base/ssh.nix +++ b/modules/base/ssh.nix @@ -62,6 +62,12 @@ in { proxyJump = lib.mkDefault "bastion.ao"; identityFile = "${config.age.secrets.ssh-key-ao.path}"; }; + "staging.ao" = { + user = "staging"; + hostname = "172.16.2.102"; + proxyJump = lib.mkDefault "bastion.ao"; + identityFile = "${config.age.secrets.ssh-key-ao.path}"; + }; }; }; };