{ config, ... }: { # Streaming frontend services.jellyfin = { enable = true; openFirewall = false; group = "media"; }; services.caddy.virtualHosts."watch.${config.homelab.domain}" = { # useACMEHost = config.homelab.domain; extraConfig = '' reverse_proxy http://localhost:8096 ''; }; }