about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-27 18:40:18 -0400
committerGitHub <noreply@github.com>2019-09-27 18:40:18 -0400
commit07ca91187c5fd973c97cc1e40c526977f738e3c6 (patch)
tree1531edd6b239689a7e90f94bf4346013ab4d3045 /nixos
parentef3f4af0f1d6c029593f336bfde42537dd9e8024 (diff)
parente4cce87fbaff0c6f13ca391f5c1d0c4760e31648 (diff)
downloadnixlib-07ca91187c5fd973c97cc1e40c526977f738e3c6.tar
nixlib-07ca91187c5fd973c97cc1e40c526977f738e3c6.tar.gz
nixlib-07ca91187c5fd973c97cc1e40c526977f738e3c6.tar.bz2
nixlib-07ca91187c5fd973c97cc1e40c526977f738e3c6.tar.lz
nixlib-07ca91187c5fd973c97cc1e40c526977f738e3c6.tar.xz
nixlib-07ca91187c5fd973c97cc1e40c526977f738e3c6.tar.zst
nixlib-07ca91187c5fd973c97cc1e40c526977f738e3c6.zip
Merge pull request #69706 from worldofpeace/gdm-isnt-unstable
nixos/gdm: update description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/display-managers/gdm.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index 0a5d52e319ec..6c7853966139 100644
--- a/nixos/modules/services/x11/display-managers/gdm.nix
+++ b/nixos/modules/services/x11/display-managers/gdm.nix
@@ -42,10 +42,7 @@ in
     services.xserver.displayManager.gdm = {
 
       enable = mkEnableOption ''
-        GDM as the display manager.
-        <emphasis>GDM in NixOS is not well-tested with desktops other
-        than GNOME, so use with caution, as it could render the
-        system unusable.</emphasis>
+        GDM, the GNOME Display Manager
       '';
 
       debug = mkEnableOption ''