services.ersatztv.environment

NixOS option

Environment variables to set for the ErsatzTV service.

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;
}
declared in: nixos/modules/services/misc/ersatztv.nixView source on NixOS/nixpkgs →