From ca9c460f404af8904bf9ae614c23f4cf2129c7b6 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 3 Jun 2023 17:50:42 +0200 Subject: Install `acl' for filesystem ACL support --- tw/system.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tw') diff --git a/tw/system.scm b/tw/system.scm index 00e81fd7..2575501f 100644 --- a/tw/system.scm +++ b/tw/system.scm @@ -8,12 +8,12 @@ #:use-module (tw channels) #:use-module (tw services wireguard)) -(use-package-modules admin avahi certs curl disk file-systems linux lsof man +(use-package-modules acl 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 curl efibootmgr exfat-utils git glibc-locales + (cons* acl 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