about summary refs log tree commit diff
path: root/nixos/modules/services/audio
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-20 22:27:20 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-27 19:18:29 +0200
commit51a11254a7031ddfaa820e7dec55436f74881da9 (patch)
tree5ed1e1ec455b1eb2f2cc0ae69ec23c8f5a70e0dd /nixos/modules/services/audio
parent169072fb6030dfe84b541db77d8705ff8a093a54 (diff)
downloadnixlib-51a11254a7031ddfaa820e7dec55436f74881da9.tar
nixlib-51a11254a7031ddfaa820e7dec55436f74881da9.tar.gz
nixlib-51a11254a7031ddfaa820e7dec55436f74881da9.tar.bz2
nixlib-51a11254a7031ddfaa820e7dec55436f74881da9.tar.lz
nixlib-51a11254a7031ddfaa820e7dec55436f74881da9.tar.xz
nixlib-51a11254a7031ddfaa820e7dec55436f74881da9.tar.zst
nixlib-51a11254a7031ddfaa820e7dec55436f74881da9.zip
nixos/*: literalDocBook -> literalMD
no change to rendered output
Diffstat (limited to 'nixos/modules/services/audio')
-rw-r--r--nixos/modules/services/audio/mpdscribble.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/audio/mpdscribble.nix b/nixos/modules/services/audio/mpdscribble.nix
index d829bc7ae0d0..01d4c11e734a 100644
--- a/nixos/modules/services/audio/mpdscribble.nix
+++ b/nixos/modules/services/audio/mpdscribble.nix
@@ -128,9 +128,9 @@ in {
           mpdCfg.credentials).passwordFile
       else
         null;
-      defaultText = literalDocBook ''
+      defaultText = literalMD ''
         The first password file with read access configured for MPD when using a local instance,
-        otherwise <literal>null</literal>.
+        otherwise `null`.
       '';
       type = types.nullOr types.str;
       description = lib.mdDoc ''