[bug#74860,v3,12/12] DRAFT news: Add entry for ‘%base-home-services’.
Commit Message
* etc/news.scm: Add entry.
Change-Id: I77b73ab870116004bfe66d86a28532af3e5447aa
---
etc/news.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
@@ -35,6 +35,27 @@
(channel-news
(version 0)
+ (entry (commit "FIXME")
+ (title
+ (en "New @code{%base-home-services} variable for Guix Home"))
+ (body
+ (en "If you are using Guix Home, we recommend you update your
+configuration to include @code{%base-home-services}, a list of non-essential
+services deemed generally useful (this is comparable to @code{%base-services}
+in Guix System). That is, your Home configuration should now look like this:
+
+@lisp
+(home-environment
+ ;; fields omitted @dots{}
+ (services (append (list @dots{}) %base-home-services)))
+@end lisp
+
+The dots above should be replaced by your own list of services, as it
+currently appears in your @code{home-environment} declaration.
+
+Currently, @code{%base-home-services} contains only one service: the new log
+rotation service provided by version 1.0 of the Shepherd.")))
+
(entry (commit "FIXME")
(title
(en "Rottlog service replaced by new log rotation service")