mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
nixos/gdm: update description
GDM isn't dangerous anymore in NixOS.
This commit is contained in:
parent
28a7e8fb75
commit
e4cce87fba
1 changed files with 1 additions and 4 deletions
|
@ -42,10 +42,7 @@ in
|
||||||
services.xserver.displayManager.gdm = {
|
services.xserver.displayManager.gdm = {
|
||||||
|
|
||||||
enable = mkEnableOption ''
|
enable = mkEnableOption ''
|
||||||
GDM as the display manager.
|
GDM, the GNOME 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>
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
debug = mkEnableOption ''
|
debug = mkEnableOption ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue