{ config, pkgs, ... }: { services.nginx.virtualHosts."morss.stubbe.rocks" = { enableACME = true; forceSSL = true; locations."/".proxyPass = "http://localhost:8000"; }; }