summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix15
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}