1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

doc: Fix typo in home-readymedia-service-type example.

* doc/guix.texi (Miscellaneous Home Services): Change
readymedia-directory to readymedia-media-directory in
home-readymedia-service-type example.

Merges: https://codeberg.org/guix/guix/pulls/5496
Change-Id: Ica68a26bef7e960bbda769a1a04798d86bbe7d1e
Reviewed-by: Sergey Trofimov <sarg@sarg.org.ru>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
chris0ax
2026-01-09 19:15:19 +04:00
committed by Sharlatan Hellseher
parent 7900633df3
commit c087d1d622

View File

@@ -54255,13 +54255,13 @@ The service can be used with a @code{readymedia-configuration} wrapped in
(for-home
(readymedia-configuration
(media-directories
(list (readymedia-directory
(list (readymedia-media-directory
(path "/path/to/media/audio")
(types '(A)))
(readymedia-directory
(readymedia-media-directory
(path "/path/to/media/video")
(types '(V)))
(readymedia-directory
(readymedia-media-directory
(path "/path/to/media/misc")))))))
@end lisp