{ ... }: { services.nginx.virtualHosts."ellie.town" = { enableACME = true; forceSSL = true; root = "/var/www/blog"; locations."/" = { index = "index.html"; }; }; }