Music assistant
services.music-assistant.enable
Whether to enable Music Assistant.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/music-assistant.nix
services.music-assistant.extraOptions
List of extra options to pass to the music-assistant executable.
Type: list of string
Default
["--config""/var/lib/music-assistant"]
Example
["--log-level""DEBUG"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/music-assistant.nix
services.music-assistant.package
The music-assistant package to use.
Type: package
Default
pkgs.music-assistant
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/music-assistant.nix
services.music-assistant.providers
List of provider names for which dependencies will be installed.
Type: list of (one of "airplay", "builtin", "chromecast", "deezer", "dlna", "fanarttv", "filesystem_local", "filesystem_smb", "fully_kiosk", "hass", "hass_players", "jellyfin", "musicbrainz", "opensubsonic", "plex", "qobuz", "radiobrowser", "slimproto", "snapcast", "sonos", "soundcloud", "spotify", "test", "theaudiodb", "tidal", "tunein", "ugp", "ytmusic")
Default
[ ]
Example
["opensubsonic""snapcast"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/audio/music-assistant.nix