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/home.scm | 4 ++-- tw/system.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tw/home.scm b/tw/home.scm index 4764bcf2..e79d4fe8 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -35,7 +35,7 @@ (list curl diffstat dos2unix fdupes file git gnupg gnuplot graphviz hledger imagemagick jq less lesspipe ncdu net-tools openssh openssl password-store - pass-otp pv python python-ipython recutils rsync sbcl smartmontools + pass-otp pv python python-ipython recutils restic rsync sbcl smartmontools source-highlight tmux tree xxd zip unzip get-iplayer ffmpeg atomicparsley yt-dlp @@ -252,7 +252,7 @@ (define-public %interactive-packages (list ;; CLI tools - bsd-games restic powertop (list git "send-email") pdsh qrencode + bsd-games powertop (list git "send-email") pdsh qrencode texlive-scheme-small texlive-latexmk ;; For CV: texlive-moderncv texlive-fontawesome5 texlive-multirow texlive-arydshln 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