From b3a722f52a0be3f6d8b4f3fa6ba7b8848cc3a34d Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 5 Jun 2024 09:58:16 +0200 Subject: Install system packages using profile-service-type --- tw/system/lud.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tw/system/lud.scm') diff --git a/tw/system/lud.scm b/tw/system/lud.scm index fc9e85c6..44bd4293 100644 --- a/tw/system/lud.scm +++ b/tw/system/lud.scm @@ -54,12 +54,12 @@ ;; under their own account: use 'guix search KEYWORD' to search ;; for packages and 'guix install PACKAGE' to install a package. (packages - (cons* + (list ffmpeg tor ; for video downloader ;; For Nextcloud. PHP modules must be installed in system ;; profile, as that's referred to in Nextcloud's php.ini. - php php-apcu php-imagick openssl ; curl is in `%base-system-packages' - %base-system-packages)) + ;; curl is already installed by `server-base-services'. + php php-apcu php-imagick openssl)) ;; Below is the list of system services. To search for available ;; services, run 'guix system search KEYWORD' in a terminal. -- cgit v1.2.3