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