services.broadcast-box.settings

Attribute set of environment variables.

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

The status API exposes stream keys so DISABLE_STATUS is enabled by default.

Type
open submodule of 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;
}
Declared
<nixpkgs/nixos/modules/services/video/broadcast-box.nix>