From d50563444a1efced1d6dde6e5e1387dccb4b5ff1 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 11 Jun 2023 00:16:49 +0100 Subject: [PATCH] Remove extra port mappings --- hosts/library/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/library/default.nix b/hosts/library/default.nix index 159f926..5fb42ce 100644 --- a/hosts/library/default.nix +++ b/hosts/library/default.nix @@ -67,12 +67,7 @@ with lib.my; -o ServerAliveInterval=60 \ -o TCPKeepAlive=no \ -i %h/.ssh/id_jellyfin \ - -R localhost:3579:localhost:3579 \ - -R localhost:7878:localhost:7878 \ -R localhost:8000:localhost:8000 \ - -R localhost:8096:localhost:8096 \ - -R localhost:8686:localhost:8686 \ - -R localhost:8989:localhost:8989 \ jellyfin@vps1.mesh.vimium.net ''; Restart="on-failure";