about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-27 17:42:39 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-27 17:42:39 -0400
commite4cce87fbaff0c6f13ca391f5c1d0c4760e31648 (patch)
tree812a2da3bbced3eedf89e3e32d29a6b836d283c3 /nixos
parent28a7e8fb753c82c579a6505053e2a683857c1a5c (diff)
downloadnixlib-e4cce87fbaff0c6f13ca391f5c1d0c4760e31648.tar
nixlib-e4cce87fbaff0c6f13ca391f5c1d0c4760e31648.tar.gz
nixlib-e4cce87fbaff0c6f13ca391f5c1d0c4760e31648.tar.bz2
nixlib-e4cce87fbaff0c6f13ca391f5c1d0c4760e31648.tar.lz
nixlib-e4cce87fbaff0c6f13ca391f5c1d0c4760e31648.tar.xz
nixlib-e4cce87fbaff0c6f13ca391f5c1d0c4760e31648.tar.zst
nixlib-e4cce87fbaff0c6f13ca391f5c1d0c4760e31648.zip
nixos/gdm: update description
GDM isn't dangerous anymore in NixOS.
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 ''