summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/system.scm4
1 files changed, 2 insertions, 2 deletions
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))