From 225642e25a89db9bc9a85d719fe2aab1d30f913f Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 10 Nov 2015 21:52:47 -0800 Subject: [PATCH] Update comment for gdm service. Emphasize experimental nature slightly less, but say it's only really tested with Gnome. --- nixos/modules/services/x11/display-managers/gdm.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix index c9a56376832..58eb6f05013 100644 --- a/nixos/modules/services/x11/display-managers/gdm.nix +++ b/nixos/modules/services/x11/display-managers/gdm.nix @@ -20,7 +20,9 @@ in enable = mkEnableOption '' GDM as the display manager. - GDM is very experimental and may render system unusable. + GDM in NixOS is not well-tested with desktops other + than GNOME, so use with caution, as it could render the + system unusable. ''; debug = mkEnableOption ''