summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/services/nextcloud.scm1
-rw-r--r--tw/system/lud.scm2
2 files changed, 2 insertions, 1 deletions
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