diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 013f7cd6..02b5806a 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -919,6 +919,14 @@ in "mars" = { user = "smchurla"; hostname = "mars.cs.tu-dortmund.de"; + serverAliveInterval = 60; + localForwards = [ + { + bind.port = 22941; + host.address = "127.0.0.1"; + host.port = 22941; + } + ]; }; }; };