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";