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/services/nextcloud.scm | 1 + tw/system/lud.scm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tw/services/nextcloud.scm b/tw/services/nextcloud.scm index 1fa71e8e..472e0aed 100644 --- a/tw/services/nextcloud.scm +++ b/tw/services/nextcloud.scm @@ -24,6 +24,7 @@ (lambda () (display (string-append "\ memory_limit=512M extension_dir=/run/current-system/profile/lib/php/extensions/" (basename php-extdir) " +extension=imagick ; Caching extensions for Nextcloud extension=apcu apc.enable_cli=1 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