From 3c68574aeaa70c3195eb7e80b5b443dfe39f5b2c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 17 Mar 2026 18:16:21 +0100 Subject: [PATCH] Home: Add resultbrowser ssh port forward to mars host --- home/christoph/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + } + ]; }; }; };