chore(ssh): add staging.ao host

This commit is contained in:
Nickolaj Jepsen 2025-08-19 11:25:41 +02:00
parent 161f97110d
commit 40a7511116

View file

@ -62,6 +62,12 @@ in {
proxyJump = lib.mkDefault "bastion.ao"; proxyJump = lib.mkDefault "bastion.ao";
identityFile = "${config.age.secrets.ssh-key-ao.path}"; 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}";
};
}; };
}; };
}; };