services.broadcast-box.settings
NixOS option
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
declared in: nixos/modules/services/video/broadcast-box.nixView source on NixOS/nixpkgs →{
DISABLE_STATUS = true;
INCLUDE_PUBLIC_IP_IN_NAT_1_TO_1_IP = true;
UDP_MUX_PORT = 3000;
}