mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
listenbrainz-mpd: fix config example
This commit is contained in:
parent
90010df158
commit
10c7c219b7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in {
|
||||||
Configuration for listenbrainz-mpd written to
|
Configuration for listenbrainz-mpd written to
|
||||||
{file}`$XDG_CONFIG_HOME/listenbrainz-mpd/config.toml`.
|
{file}`$XDG_CONFIG_HOME/listenbrainz-mpd/config.toml`.
|
||||||
'';
|
'';
|
||||||
example = { submission.tokenFile = "/run/secrets/listenbrainz-mpd"; };
|
example = { submission.token_file = "/run/secrets/listenbrainz-mpd"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue