diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2024-10-20 12:25:26 +0100 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2024-10-20 12:26:39 +0100 |
commit | cf33081e182b6589d9589c2d0c2ac131ff712253 (patch) | |
tree | b04324a66c78b9392ead034bbb25a1cafb7df6b0 /doc/guix.texi | |
parent | 9b835aae1058a0e9497b2e1a71dd2a866ca80fd4 (diff) | |
download | guix-cf33081e182b6589d9589c2d0c2ac131ff712253.tar.gz guix-cf33081e182b6589d9589c2d0c2ac131ff712253.zip |
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
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |