1

Home: Add resultbrowser ssh port forward to mars host

This commit is contained in:
2026-03-17 18:16:21 +01:00
parent aa668d04d3
commit 3c68574aea

View File

@ -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;
}
];
};
};
};