services.mopidy.settings

The configuration that Mopidy should use. See the upstream documentation https://docs.mopidy.com/stable/config/ for details.

Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Example
{
  mpd = {
    enabled = true;
    hostname = "::";
  };
}
Declared
<nixpkgs/nixos/modules/services/audio/mopidy.nix>