diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-14 10:26:27 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-14 10:26:27 +0100 |
commit | 717b313556df9dc24ea75f223f9d2d3d88a714ca (patch) | |
tree | f8764a31e0eb07077c3b98ded63c629274379cae /accounts/gkleen@sif | |
parent | 4486975542f47f090b5f9bb57d634148005ce5aa (diff) | |
download | nixos-717b313556df9dc24ea75f223f9d2d3d88a714ca.tar nixos-717b313556df9dc24ea75f223f9d2d3d88a714ca.tar.gz nixos-717b313556df9dc24ea75f223f9d2d3d88a714ca.tar.bz2 nixos-717b313556df9dc24ea75f223f9d2d3d88a714ca.tar.xz nixos-717b313556df9dc24ea75f223f9d2d3d88a714ca.zip |
...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 3af0b109..5957421e 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -448,4 +448,19 @@ | |||
448 | user = "root"; | 448 | user = "root"; |
449 | proxyJump = "mathw0h"; | 449 | proxyJump = "mathw0h"; |
450 | }; | 450 | }; |
451 | "cc-gpu-l01" = | ||
452 | { hostname = "cc-gpu-l01.mathinst.loc"; | ||
453 | }; | ||
454 | "cc-gpu-m01" = | ||
455 | { hostname = "cc-gpu-m01.mathinst.loc"; | ||
456 | proxyJump = "cc-gpu-l01"; | ||
457 | }; | ||
458 | "cc-gpu-n01" = | ||
459 | { hostname = "cc-gpu-n01.mathinst.loc"; | ||
460 | proxyJump = "cc-gpu-m01"; | ||
461 | }; | ||
462 | "cc-gpu-n02" = | ||
463 | { hostname = "cc-gpu-n02.mathinst.loc"; | ||
464 | proxyJump = "cc-gpu-m01"; | ||
465 | }; | ||
451 | } | 466 | } |