From e4cce87fbaff0c6f13ca391f5c1d0c4760e31648 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Fri, 27 Sep 2019 17:42:39 -0400 Subject: [PATCH] nixos/gdm: update description GDM isn't dangerous anymore in NixOS. --- nixos/modules/services/x11/display-managers/gdm.nix | 5 +---- 1 file changed, 1 insertion(+), 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. - GDM in NixOS is not well-tested with desktops other - than GNOME, so use with caution, as it could render the - system unusable. + GDM, the GNOME Display Manager ''; debug = mkEnableOption ''