MyNixOS website logo
option

services.ersatztv.environment

Environment variables to set for the ErsatzTV service.

Declarations
Type
attribute set of (string or signed integer or floating point number or boolean or absolute path or package)
Default
{
  ETV_BASE_URL = "/";
  ETV_UI_PORT = 8409;
}
Example
{
  ETV_STREAMING_PORT = 8001;
  ETV_UI_PORT = 8000;
}