services.mpd-discord-rpc.enable
Whether to enable the mpd-discord-rpc service.
Type: boolean
Default:
false
Example:
true
Declared by:
services.mpd-discord-rpc.package
The mpd-discord-rpc package to use.
Type: package
Default:
pkgs.mpd-discord-rpc
Declared by:
services.mpd-discord-rpc.settings
Configuration included in config.toml.
For available options see https://github.com/JakeStanger/mpd-discord-rpc#configuration
Type: TOML value
Default:
{ }
Example:
{
format = {
details = "$title";
state = "On $album by $artist";
};
hosts = [
"localhost:6600"
];
}
Declared by: