From 1748a912542a9940d7faf22fd96c39dd48efbd04 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 10 Oct 2023 00:27:35 +0200 Subject: Install restic more widely --- 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 2575501f..48ab680a 100644 --- a/tw/system.scm +++ b/tw/system.scm @@ -8,14 +8,14 @@ #:use-module (tw channels) #:use-module (tw services wireguard)) -(use-package-modules acl admin avahi certs curl disk file-systems linux lsof man +(use-package-modules acl admin avahi backup 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* 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 + moreutils nss-certs nss-mdns python restic rsync strace wireguard-tools %base-packages)) (define-public %british-keyboard -- cgit v1.2.3