From c748aea1d4518a2f22244eed456dfb222b80c36d Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 22 Apr 2025 14:19:17 +0300 Subject: Fix virtuoso's `dirs-allowed` to use a list instead of a string. --- genenetwork-local-container.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'genenetwork-local-container.scm') diff --git a/genenetwork-local-container.scm b/genenetwork-local-container.scm index d07ee25..014c702 100644 --- a/genenetwork-local-container.scm +++ b/genenetwork-local-container.scm @@ -490,7 +490,7 @@ described by CONFIG, a object." (virtuoso-configuration (server-port 7081) (http-server-port 7082) - (dirs-allowed "/var/lib/virtuoso/data") + (dirs-allowed (list "/var/lib/virtuoso/data")) (database-file "/var/lib/virtuoso/genenetwork-virtuoso.db") (transaction-file "/var/lib/virtuoso/genenetwork-virtuoso.trx"))) (service redis-service-type -- cgit v1.2.3