mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-03 11:15: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:
parent
1014d146c0
commit
e4b84dfa2c
@ -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))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user