summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-29 13:37:46 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-29 13:37:46 +0200
commit5c8d6f469963780a90d8df245eecf80137723876 (patch)
treed5bf3364a852635035f656b3966dc02f1756312d /accounts
parentaa5619c79efd428a9bbf727e253362fc7e53c841 (diff)
downloadnixos-5c8d6f469963780a90d8df245eecf80137723876.tar
nixos-5c8d6f469963780a90d8df245eecf80137723876.tar.gz
nixos-5c8d6f469963780a90d8df245eecf80137723876.tar.bz2
nixos-5c8d6f469963780a90d8df245eecf80137723876.tar.xz
nixos-5c8d6f469963780a90d8df245eecf80137723876.zip
gkleen@sif: ...
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 4c95af1a..72bf6520 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -347,6 +347,16 @@
347 proxyJump = "mathw0e"; 347 proxyJump = "mathw0e";
348 user = "root"; 348 user = "root";
349 }; 349 };
350 "vrt-kvm03" =
351 { hostname = "vrt-kvm03";
352 proxyJump = "mathw0e";
353 user = "root";
354 };
355 "vrt-kvm01" =
356 { hostname = "vrt-kvm01";
357 proxyJump = "mathw0e";
358 user = "root";
359 };
350 "tts-www01" = 360 "tts-www01" =
351 { hostname = "tts-www01.mathinst.loc"; 361 { hostname = "tts-www01.mathinst.loc";
352 proxyJump = "mathw0h"; 362 proxyJump = "mathw0h";