From f78a0db28d85fa7d166fcaaaa87dd560dd0d856a Mon Sep 17 00:00:00 2001 From: Noé Lopez Date: Fri, 27 Mar 2026 19:31:08 +0100 Subject: services: Add gardenhostd-service-type. * gnu/services/desktop.scm (gardenhostd-service-type) (gardenhostd-configuration): New variables. * doc/guix.texi (Desktop Services): Document it. Change-Id: Ied926c34b620cc8032a0b121c7419644746e2ce9 Signed-off-by: Liliana Marie Prikler --- doc/guix.texi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index d487a15084e..a0c53e7d8e4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -27015,6 +27015,32 @@ Deprecated option. @end deftp +@c %end of fragment + +@defvar gardenhostd-service-type +Type for the service that runs gardenhostd, a partial implementation of +the systemd-hostnamed daemon. It provides the org.freedesktop.hostname1 +D-Bus interface, which helps applications like gnome-control-center +retrieve and modify the system’s hostname, as well as set a pretty +hostname for display. + +The value for this service is a @code{} object. +@end defvar + +@c %start of fragment + +@deftp {Data Type} gardenhostd-configuration +Available @code{gardenhostd-configuration} fields are: + +@table @asis +@item @code{gardenhostd} (default: @code{gardenhostd}) (type: package) +The gardenhostd package to use. + +@end table + +@end deftp + + @c %end of fragment @defvar accountsservice-service-type -- cgit v1.3