summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-10-14 08:40:19 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-10-14 08:40:19 +0200
commit38245f6f68778e7db830d933961badde86dae14a (patch)
tree24a77e0343b409dc5a403fdcdcb583a8c4a4569c /accounts/gkleen@sif/ssh-hosts.nix
parente1e01db1294dbfa87b5e7f05c61195a06182b9a5 (diff)
downloadnixos-38245f6f68778e7db830d933961badde86dae14a.tar
nixos-38245f6f68778e7db830d933961badde86dae14a.tar.gz
nixos-38245f6f68778e7db830d933961badde86dae14a.tar.bz2
nixos-38245f6f68778e7db830d933961badde86dae14a.tar.xz
nixos-38245f6f68778e7db830d933961badde86dae14a.zip
gkleen@sif: ...
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 302ad357..cd252012 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -265,6 +265,14 @@
265 { hostname = "mathw0e.mathinst.loc"; 265 { hostname = "mathw0e.mathinst.loc";
266 proxyJump = "mathw0h.mathinst.loc"; 266 proxyJump = "mathw0h.mathinst.loc";
267 }; 267 };
268 "mathw0d" =
269 { hostname = "mathw0d.mathinst.loc";
270 proxyJump = "mathw0h.mathinst.loc";
271 };
272 "mathw0f" =
273 { hostname = "mathw0d.mathinst.loc";
274 proxyJump = "mathw0h.mathinst.loc";
275 };
268 "vrt-kvm04" = 276 "vrt-kvm04" =
269 { proxyJump = "mathw0e"; 277 { proxyJump = "mathw0e";
270 user = "root"; 278 user = "root";