summary refs log tree commit diff
path: root/nixos/modules/services/audio/liquidsoap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/audio/liquidsoap.nix')
-rw-r--r--nixos/modules/services/audio/liquidsoap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/audio/liquidsoap.nix b/nixos/modules/services/audio/liquidsoap.nix
index ffeefc0f988..c313104c460 100644
--- a/nixos/modules/services/audio/liquidsoap.nix
+++ b/nixos/modules/services/audio/liquidsoap.nix
@@ -31,7 +31,7 @@ in
     services.liquidsoap.streams = mkOption {
 
       description =
-        ''
+        lib.mdDoc ''
           Set of Liquidsoap streams to start,
           one systemd service per stream.
         '';