mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: update ssh config
This commit is contained in:
parent
ec9ad1e019
commit
fff1c89a00
5 changed files with 27 additions and 3 deletions
|
|
@ -29,13 +29,17 @@ in {
|
|||
"*" = {
|
||||
identityFile = "${config.age.secrets.ssh-key.path}";
|
||||
};
|
||||
server = {
|
||||
hostname = "x.nickolaj.com";
|
||||
user = "server";
|
||||
};
|
||||
# Work hostnames definded in ./networking.nix
|
||||
"*.ao" = {
|
||||
user = "nij";
|
||||
identityFile = "${config.age.secrets.ssh-key-ao.path}";
|
||||
};
|
||||
"dev.ao".proxyJump = "bastion.ao";
|
||||
"scw.ao".proxyJump = "bastion.ao";
|
||||
"dev.ao".proxyJump = lib.mkDefault "bastion.ao";
|
||||
"scw.ao".proxyJump = lib.mkDefault "dev.ao";
|
||||
"clickhouse.ao".user = "ubuntu";
|
||||
"flex.ao" = {
|
||||
hostname = "192.168.2.5";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue