From 854d457c7e8d9c102f95490bf3f8e75ceed6e446 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 9 Oct 2020 09:25:02 -0400 Subject: takemi: Install rsync. --- takemi.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/takemi.scm b/takemi.scm index 7ae8006..e2de19f 100644 --- a/takemi.scm +++ b/takemi.scm @@ -39,7 +39,7 @@ ;; sudo capability. "dave ALL = NOPASSWD: ALL\n"))) (packages - (append (map specification->package '("nss-certs" "emacs")) + (append (map specification->package '("emacs" "nss-certs" "rsync")) %base-packages)) (services (append -- cgit v1.2.3