aboutsummaryrefslogtreecommitdiff
path: root/modules/services/mpd.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mpd: allow path literal values in optionsRobert Helgesson2019-09-161-0/+3
| | | | | | | This allows specifying, for example, the music directory using path literals without causing the directory to be copied to the Nix store. Suggested-by: Silvan Mosberger <infinisil@icloud.com>
* mpd: use systemd journal instead of syslogHugo Geoffroy2019-09-051-1/+0
| | | | | | | | | | MPD is using syslog for its logging output, while it could directly log to systemd's journal, as this daemon is primarily used as a systemd user service. This change makes MPD log to standard output, which is captured by systemd. See https://github.com/NixOS/nixpkgs/pull/57608, which does the same thing to NixOS's MPD service.
* Use `types.port` where applicableRobert Helgesson2019-08-191-1/+1
| | | | | This changes the type of all options that specify ports to `types.port`. This type restricts values to between 0 and 65535.
* Parametrize path to profile directoryMalte Brandy2018-07-311-2/+2
|
* mpd: add modulerembo102018-07-181-0/+148