{ services.nginx.virtualHosts."winston.sh" = { forceSSL = true; enableACME = false; useACMEHost = "winston.sh"; locations."/".root = ./www; }; }