M doc/guix.texi => doc/guix.texi +2 -0
@@ 47310,6 47310,8 @@ This is the service type for the user Shepherd log rotation service
Its value must be a @code{log-rotation-configuration} record, exactly as
for its system-wide counterpart. @xref{log-rotation-configuration}, for
its reference.
+
+This service is part of @code{%base-home-services}.
@end defvar
@node Secure Shell
M gnu/home.scm => gnu/home.scm +1 -1
@@ 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."