services.mopidy.settings
NixOS option
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))Default
{ }Example
declared in: nixos/modules/services/audio/mopidy.nixView source on NixOS/nixpkgs →{
mpd = {
enabled = true;
hostname = "::";
};
}