From e4b84dfa2c30544ebd72cfe6f00d9baa6c9d73a3 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 11 Oct 2024 09:37:14 +0800 Subject: [PATCH] services: jellyfin: Allow gexps in extra-options. * rosenthal/services/web.scm (jellyfin-configuration)[extra-options]: Change type to list. --- rosenthal/services/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosenthal/services/web.scm b/rosenthal/services/web.scm index fb5817c..b84c651 100644 --- a/rosenthal/services/web.scm +++ b/rosenthal/services/web.scm @@ -43,7 +43,7 @@ (string "/var/log/jellyfin.log") "Path to log file.") (extra-options - (list-of-strings '()) + (list '()) "List of extra options.") (no-serialization))