diff --git a/baldur/configuration.nix b/baldur/configuration.nix index 819a132..38e4864 100644 --- a/baldur/configuration.nix +++ b/baldur/configuration.nix @@ -70,6 +70,7 @@ with lib; { }; "radarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://${loki}:7878/"; proxyWebsockets = true; }; }; "sonarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://${loki}:8989/"; proxyWebsockets = true; }; }; + "jellyfin.bertof.net" = ssl // { locations."/" = { proxyPass = "http://${loki}:8096/"; proxyWebsockets = true; }; }; }; }; openssh = { enable = true; openFirewall = true; };