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 bf67d2399ebb..1c19ed36bdc7 100644
--- a/nixos/modules/services/audio/liquidsoap.nix
+++ b/nixos/modules/services/audio/liquidsoap.nix
@@ -46,7 +46,7 @@ in
       example = {
         myStream1 = literalExample "\"/etc/liquidsoap/myStream1.liq\"";
         myStream2 = literalExample "./myStream2.liq";
-        myStream3 = literalExample "\"out(playlist(\"/srv/music/\"))\"";
+        myStream3 = literalExample "\"out(playlist(\\\"/srv/music/\\\"))\"";
       };
 
       type = types.attrsOf (types.either types.path types.str);