diff options
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index e0ef2b67..e8a00edf 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -215,6 +215,12 @@ | |||
215 | user = "git"; | 215 | user = "git"; |
216 | identityFile = "~/.ssh/gkleen@gitlab.lrz.de"; | 216 | identityFile = "~/.ssh/gkleen@gitlab.lrz.de"; |
217 | }; | 217 | }; |
218 | "uni2work-dev2" = | ||
219 | { hostname = "uni2work-dev2.ifi.lmu.de"; | ||
220 | user = "gkleen"; | ||
221 | identityFile = "~/.ssh/uni2work"; | ||
222 | proxyJump = "jump.uniworx4"; | ||
223 | }; | ||
218 | "uni2work-dev1" = | 224 | "uni2work-dev1" = |
219 | { hostname = "uni2work-dev1.ifi.lmu.de"; | 225 | { hostname = "uni2work-dev1.ifi.lmu.de"; |
220 | user = "gkleen"; | 226 | user = "gkleen"; |
@@ -237,4 +243,8 @@ | |||
237 | } | 243 | } |
238 | ]; | 244 | ]; |
239 | }; | 245 | }; |
246 | "vidhar" = | ||
247 | { hostname = "192.168.2.168"; | ||
248 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | ||
249 | }; | ||
240 | } | 250 | } |