{ ... }: { services.nginx = { enable = true; virtualHosts."ellie.town" = { enableACME = true; forceSSL = true; root = "/var/www/blog"; locations."/" = { index = "index.html"; }; }; }; security.acme = { acceptTerms = true; defaults.email = "contact@elliehigh.com"; }; }