diff options
| author | Sughosha <sughosha@disroot.org> | 2026-03-03 23:48:41 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2026-03-03 23:53:40 +0530 |
| commit | 2746e071801c5ca037479191f865c91a5373f5cb (patch) | |
| tree | 3af5f202a21c8302f4e8d7a7ce05252c4b2e0956 /doc | |
| parent | a7365acd996079b7c56fce915ae38b2679f33a1c (diff) | |
services: readymedia: Allow relative paths to media directories.
* gnu/services/upnp.scm (readymedia-activation): For home services, if the
media directory paths are relative, create it in the user's home directory.
* doc/guix.texi (Miscellaneous Services)[DLNA/UPnP Services]: Update doc.
Change-Id: I39176320d6c33c56c5b80ad9e67e989ee41565da
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4c113518fa5..15ed74ed0c1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -47045,7 +47045,8 @@ folder. @table @asis @item @code{path} (type: string) -The media folder location. +The media folder location. For Guix Home services, if the path is +relative, it will be looked up in the user's home directory. @item @code{types} (default: @code{'()}) (type: list) A list indicating the types of file included in the media folder. |
