{ config, pkgs, ... }: { services.nginx.virtualHosts."xkcd-pw.stubbe.rocks" = { enableACME = true; forceSSL = true; locations."/".proxyPass = "http://localhost:8080"; }; }