MyNixOS website logo
option

services.broadcast-box.settings

Attribute set of environment variables.

https://github.com/Glimesh/broadcast-box#environment-variables

:::{.warning} The status API exposes stream keys so DISABLE_STATUS is enabled by default. :::

Declarations
Type
attribute set of (null or boolean or signed integer or string)
Default
{
  DISABLE_STATUS = true;
}
Example
{
  DISABLE_STATUS = true;
  INCLUDE_PUBLIC_IP_IN_NAT_1_TO_1_IP = true;
  UDP_MUX_PORT = 3000;
}