diff options
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index aab9e5b4..938e5af7 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -1,3 +1,4 @@ | |||
1 | { pkgs, ... }: | ||
1 | { | 2 | { |
2 | "git.ymir" = | 3 | "git.ymir" = |
3 | { hostname = "ymir.yggdrasil.li"; | 4 | { hostname = "ymir.yggdrasil.li"; |
@@ -382,4 +383,7 @@ | |||
382 | proxyJump = "vidhar"; | 383 | proxyJump = "vidhar"; |
383 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | 384 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; |
384 | }; | 385 | }; |
386 | "webdev02-mwn.lrz.de" = | ||
387 | { proxyCommand = "${pkgs.socat}/bin/socat - SOCKS4A:127.0.0.1:%h:%p,socksport=8118"; | ||
388 | }; | ||
385 | } | 389 | } |