services.mirakurun.channelSettings

NixOS option

Options which are added to channels.yml. If none is specified, it will automatically be generated at runtime. Documentation: https://github.com/Chinachu/Mirakurun/blob/master/doc/Configuration.md

type: null or YAML 1.1 value
Default
null
Example
[
  {
    name = "channel";
    types = "GR";
    channel = "0";
  }
];
declared in: nixos/modules/services/video/mirakurun.nixView source on NixOS/nixpkgs →