From cf33081e182b6589d9589c2d0c2ac131ff712253 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 20 Oct 2024 12:25:26 +0100 Subject: [PATCH] doc: Do not use numeric values in readymedia extra-config. * doc/guix.texi (Miscellaneous Services)[DLNA/UPnP Services]: Use string value "60" instead of numeric value 60 in extra-config. Change-Id: Iea05409bb2f36fc4d0caafa375f0307bfae64a08 --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index e8034b1c4d..ac3a7adef0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -41810,7 +41810,7 @@ Consider the following configuration: (types '(V))) (readymedia-media-directory (path "/media/misc")))) - (extra-config '(("notify_interval" . 60))))) + (extra-config '(("notify_interval" . "60"))))) @dots{}))) @end lisp