MyNixOS website logo
option

services.wstunnel.clients.<name>.settings.http-headers

Custom headers to send in the upgrade request.

Declarations
Type
(list of string) or (attribute set of string) convertible to it
Default
{ }
Example
{
  X-Some-Header = "some-value";
}