diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-17 16:50:31 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-11-17 16:50:31 +0100 |
commit | 619f76061d8cd91e9e1d064984ab8c9f0530716b (patch) | |
tree | 45451fe7446fc0bc5fa33a536bfa17d5f0b3a1b4 /accounts/gkleen@sif | |
parent | 4c9622d51a219d4becc17403888c26d0b4744f59 (diff) | |
download | nixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.tar nixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.tar.gz nixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.tar.bz2 nixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.tar.xz nixos-619f76061d8cd91e9e1d064984ab8c9f0530716b.zip |
gkleen@sif: ssh hosts...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index d041ede0..7dfb0765 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -428,4 +428,9 @@ | |||
428 | proxyJump = "mathw0h"; | 428 | proxyJump = "mathw0h"; |
429 | user = "root"; | 429 | user = "root"; |
430 | }; | 430 | }; |
431 | "ssh-lb01" = | ||
432 | { hostname = "ssh-lb01.mathinst.loc"; | ||
433 | proxyJump = "mgmt01"; | ||
434 | user = "root"; | ||
435 | }; | ||
431 | } | 436 | } |