diff options
| author | Noé Lopez <noelopez@free.fr> | 2026-03-27 19:31:08 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-04-04 18:27:03 +0200 |
| commit | f78a0db28d85fa7d166fcaaaa87dd560dd0d856a (patch) | |
| tree | c815e486fc677e73658f73f69cbc99b46b448d5c /doc | |
| parent | b6509681e2c4cf9c585bbc2ebed8821134b60ee0 (diff) | |
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 <liliana.prikler@gmail.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index d487a15084e..a0c53e7d8e4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -27017,6 +27017,32 @@ Deprecated option. | |||
| 27017 | 27017 | ||
| 27018 | @c %end of fragment | 27018 | @c %end of fragment |
| 27019 | 27019 | ||
| 27020 | @defvar gardenhostd-service-type | ||
| 27021 | Type for the service that runs gardenhostd, a partial implementation of | ||
| 27022 | the systemd-hostnamed daemon. It provides the org.freedesktop.hostname1 | ||
| 27023 | D-Bus interface, which helps applications like gnome-control-center | ||
| 27024 | retrieve and modify the system’s hostname, as well as set a pretty | ||
| 27025 | hostname for display. | ||
| 27026 | |||
| 27027 | The value for this service is a @code{<gardenhostd-configuration>} object. | ||
| 27028 | @end defvar | ||
| 27029 | |||
| 27030 | @c %start of fragment | ||
| 27031 | |||
| 27032 | @deftp {Data Type} gardenhostd-configuration | ||
| 27033 | Available @code{gardenhostd-configuration} fields are: | ||
| 27034 | |||
| 27035 | @table @asis | ||
| 27036 | @item @code{gardenhostd} (default: @code{gardenhostd}) (type: package) | ||
| 27037 | The gardenhostd package to use. | ||
| 27038 | |||
| 27039 | @end table | ||
| 27040 | |||
| 27041 | @end deftp | ||
| 27042 | |||
| 27043 | |||
| 27044 | @c %end of fragment | ||
| 27045 | |||
| 27020 | @defvar accountsservice-service-type | 27046 | @defvar accountsservice-service-type |
| 27021 | Type for the service that runs AccountsService, a system service that can | 27047 | Type for the service that runs AccountsService, a system service that can |
| 27022 | list available accounts, change their passwords, and so on. | 27048 | list available accounts, change their passwords, and so on. |
