mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore(ssh): add staging.ao host
This commit is contained in:
parent
161f97110d
commit
40a7511116
1 changed files with 6 additions and 0 deletions
|
|
@ -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}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue