From 060824a69bcdf4649c8563460ab656e74615984e Mon Sep 17 00:00:00 2001 From: Joseph Daly <51287094+JanotLeLapin@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:44:09 +0200 Subject: [PATCH] mpd: fix typo (#7541) --- modules/services/mpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/mpd.nix b/modules/services/mpd.nix index 1e12a1b9..eba7d672 100644 --- a/modules/services/mpd.nix +++ b/modules/services/mpd.nix @@ -53,7 +53,7 @@ in type = types.lines; default = ""; description = '' - Extra directives added to to the end of MPD's configuration + Extra directives added to the end of MPD's configuration file, {file}`mpd.conf`. Basic configuration like file location and uid/gid is added automatically to the beginning of the file. For available options see