From ad4501e0f3c03cd7aba2192cc06f1c41e9197b22 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 3 Jun 2023 19:14:13 +0200 Subject: Install and enable php-imagick for Nextcloud --- tw/system/lud.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index 17b16795..4a654687 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -66,7 +66,7 @@ SSLSessionCacheTimeout 1200 mariadb ; for Nextcloud backup script ;; For Nextcloud. PHP modules must be installed in system ;; profile, as that's referred to in Nextcloud's php.ini. - php php-apcu openssl ; curl is in `%base-system-packages' + php php-apcu php-imagick openssl ; curl is in `%base-system-packages' %base-system-packages)) ;; Below is the list of system services. To search for available -- cgit v1.2.3