From 810b89fb7044b7b553f9143513889183d0b68049 Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Sat, 12 Feb 2022 16:57:55 +0000 Subject: services: mako: pass a list to filter --- yellowsquid/services/mako.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yellowsquid/services/mako.scm b/yellowsquid/services/mako.scm index e005690..8dfad9f 100644 --- a/yellowsquid/services/mako.scm +++ b/yellowsquid/services/mako.scm @@ -21,7 +21,7 @@ config (filter-configuration-fields mako-configuration-fields - 'config-parts))))) + '(config-parts)))))) (define mako-service-type (service-type (name 'mako) -- cgit v1.2.3