From 928f1f6cb73061c39dffcd7732959059bf987fb9 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Tue, 30 May 2023 22:35:10 +0100 Subject: [PATCH] Pass radarr and sonarr traffic through tunnel --- hosts/library/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/library/default.nix b/hosts/library/default.nix index b43896f..7999e71 100644 --- a/hosts/library/default.nix +++ b/hosts/library/default.nix @@ -65,6 +65,8 @@ with lib.my; -i %h/.ssh/id_jellyfin \ -R localhost:8096:localhost:8096 \ -R localhost:3579:localhost:3579 \ + -R localhost:7878:localhost:7878 \ + -R localhost:8989:localhost:8989 \ jellyfin@vps1.mesh.vimium.net ''; Restart="on-failure";