diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 02b5806a..1b7571ef 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -922,10 +922,17 @@ in serverAliveInterval = 60; localForwards = [ { + # Resultbrowser bind.port = 22941; host.address = "127.0.0.1"; host.port = 22941; } + { + # Mysql + bind.port = 3306; + host.address = "127.0.0.1"; + host.port = 3306; + } ]; }; };