commit 06492be64dfe2b0f3636bba497bc64a7fd59479b
parent 3ec33a6273620afe13386babaf8dbfc012032bbf
Author: mtmn <miro@haravara.org>
Date: Thu, 23 Apr 2026 13:15:07 +0200
modules/services/mpdscribble.nix
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/services/mpdscribble.nix b/modules/services/mpdscribble.nix
@@ -26,7 +26,7 @@ in {
mpdHostFile = lib.mkOption {
type = lib.types.nullOr lib.types.path;
default = null;
- description = "Path to the secret file containing MPD_HOST (can include password@host)";
+ description = "Path to the secret file";
};
mpdPort = lib.mkOption {
type = lib.types.port;
@@ -63,7 +63,6 @@ in {
fi
cat > "$CONF_FILE" <<EOF
- # Global settings
verbose = 2
log = -
host = $MPD_HOST