diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 09:25:02 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 09:25:02 -0400 |
commit | 854d457c7e8d9c102f95490bf3f8e75ceed6e446 (patch) | |
tree | b986daeae0cb27aa101410e5b771249b2bce43fd | |
parent | 8c26dda7ad202397dad2a6d8a89f59e64679d083 (diff) |
takemi: Install rsync.
-rw-r--r-- | takemi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |