mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
home: Add log rotation to ‘%base-home-services’.
* gnu/home.scm (%base-home-services): Add instance of ‘home-log-rotation-service-type’. * doc/guix.texi (Shepherd Home Service): Document it. Change-Id: I00a98da100e3a07fe409f3c44d8ab88e743a8e3e
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
|
||||
(define %base-home-services
|
||||
;; Non-essential but useful services to have by default.
|
||||
'())
|
||||
(list (service home-log-rotation-service-type)))
|
||||
|
||||
(define (home-environment-default-essential-services he)
|
||||
"Return the list of essential services for home environment."
|
||||
|
||||
Reference in New Issue
Block a user