{ ... }: { services.nginx = { enable = true; virtualHosts.localhost = { locations."/" = { return = "200 'It works'"; extraConfig = '' default_type text/html; ''; }; }; }; }