From a827e007b6d2490c97ce1d0d74a570b7df6ad640 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 27 Jan 2023 19:06:23 +0100 Subject: Install openssl for Nextcloud --- tw/system/lud.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index cc605b76..5cba755b 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -8,7 +8,7 @@ #:use-module (tw system)) (use-package-modules admin bash certs databases linux man php python rsync - shells tor video) + shells tls tor video) (use-service-modules certbot databases file-sharing mcron monitoring networking pm ssh syncthing vpn web) @@ -221,7 +221,7 @@ ProxyPass \"/\" \"https://127.0.0.1:48448/\" 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 + php php-apcu 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