1
0
mirror of https://codeberg.org/hako/Rosenthal.git synced 2025-05-03 03:05:03 +00:00

services: jellyfin: Allow gexps in extra-options.

* rosenthal/services/web.scm (jellyfin-configuration)[extra-options]: Change
type to list.
This commit is contained in:
Hilton Chain 2024-10-11 09:37:14 +08:00
parent 1014d146c0
commit e4b84dfa2c
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -43,7 +43,7 @@
(string "/var/log/jellyfin.log") (string "/var/log/jellyfin.log")
"Path to log file.") "Path to log file.")
(extra-options (extra-options
(list-of-strings '()) (list '())
"List of extra options.") "List of extra options.")
(no-serialization)) (no-serialization))