mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Merge pull request #69706 from worldofpeace/gdm-isnt-unstable
nixos/gdm: update description
This commit is contained in:
commit
07ca91187c
|
@ -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 ''
|
||||
|
|
Loading…
Reference in a new issue