config/guix/system/desktop-bababa: Add rsync example.

master
Pierre Neidhardt 2020-06-11 17:32:24 +02:00
parent 69a64d2474
commit 137b68fb94
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
avahi ; To remove avahi.
desktop ; To remove bluetooth.
networking ; To remove NetworkManager.
rsync ; For rsync synchronization between machines.
;; To remove GDM:
xorg)
@ -33,6 +34,10 @@
(define-public %bababa/services
(cons*
(service connman-service-type)
;; (service rsync-service-type
;; (rsync-configuration
;; (share-path "/home/ambrevar/projects/guix")
;; (read-only? #t)))
(service slim-service-type (slim-configuration
(display ":0")
(vt "vt7")))