From 20946e1dbe92662b167e118e0c707ed9abef7aa6 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 25 Jan 2023 21:40:43 +0100 Subject: Install curl by default Nextcloud might well need it. --- tw/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tw/system.scm') diff --git a/tw/system.scm b/tw/system.scm index 290b81c3..28561fdf 100644 --- a/tw/system.scm +++ b/tw/system.scm @@ -10,12 +10,12 @@ #:use-module (gnu system keyboard) #:use-module (guix gexp)) -(use-package-modules admin avahi certs disk file-systems linux lsof man +(use-package-modules admin avahi certs curl disk file-systems linux lsof man moreutils python rsync search shells version-control vpn) (use-service-modules mcron monitoring networking ssh vpn) (define-public %base-system-packages - (cons* acpi btrfs-progs cpupower efibootmgr exfat-utils git glibc-locales + (cons* acpi btrfs-progs cpupower curl efibootmgr exfat-utils git glibc-locales hddtemp htop lshw lsof man-db man-pages man-pages-posix mlocate moreutils nss-certs nss-mdns python rsync strace wireguard-tools %base-packages)) -- cgit v1.2.3