summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-23 21:57:52 -0400
committerTimothy Sample <samplet@ngyro.com>2019-10-26 17:04:36 -0400
commit88f95687c79d33442bcc04062b17bfe946d7d109 (patch)
treec2af8bb1bc3751f60e8b44a1ed5e1d01617296e9 /doc
parentb8fb4d24cb63d1af49023d0f58dca55afcbb556e (diff)
downloadguix-88f95687c79d33442bcc04062b17bfe946d7d109.tar.gz
guix-88f95687c79d33442bcc04062b17bfe946d7d109.tar.xz
services: gdm: Add 'debug?' configuration field.
* gnu/services/xorg.scm (<gdm-configuration>)[debug?]: New field. (gdm-configuration-file): Use it. * doc/guix.texi: Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 746561ed97..a934626e5a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -13988,6 +13988,9 @@ When @code{auto-login?} is false, GDM presents a log-in screen.
When @code{auto-login?} is true, GDM logs in directly as
@code{default-user}.
+@item @code{debug?} (default: @code{#f})
+When true, GDM writes debug messages to its log.
+
@item @code{gnome-shell-assets} (default: ...)
List of GNOME Shell assets needed by GDM: icon theme, fonts, etc.