{ config, ... }: let domain = "jelly.sondell.org"; # derp = "hi"; in { # services.jellyfin = { enable = true; }; services.nginx.virtualHosts.${domain} = { forceSSL = true; enableACME = true; locations."/" = { proxyPass = "http://localhost:8096/"; proxyWebsockets = true; }; }; }