MyNixOS website logo
option

services.wstunnel.clients.<name>.customHeaders

Custom HTTP headers to send during the upgrade request.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  X-Some-Header = "some-value";
}