summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorJames Cook <james.cook@utoronto.ca>2015-11-10 21:52:47 -0800
committerJames Cook <james.cook@utoronto.ca>2015-11-12 20:58:43 -0800
commit225642e25a89db9bc9a85d719fe2aab1d30f913f (patch)
tree5f5e99ea84cb41f1d237f2f9fe47243166b251d0 /nixos/modules/services/x11
parentc14eca68a4e49d6aa89e69535292f12c84cea0a7 (diff)
downloadnixlib-225642e25a89db9bc9a85d719fe2aab1d30f913f.tar
nixlib-225642e25a89db9bc9a85d719fe2aab1d30f913f.tar.gz
nixlib-225642e25a89db9bc9a85d719fe2aab1d30f913f.tar.bz2
nixlib-225642e25a89db9bc9a85d719fe2aab1d30f913f.tar.lz
nixlib-225642e25a89db9bc9a85d719fe2aab1d30f913f.tar.xz
nixlib-225642e25a89db9bc9a85d719fe2aab1d30f913f.tar.zst
nixlib-225642e25a89db9bc9a85d719fe2aab1d30f913f.zip
Update comment for gdm service.
Emphasize experimental nature slightly less, but say it's only really
tested with Gnome.
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/display-managers/gdm.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index c9a563768323..58eb6f050131 100644
--- a/nixos/modules/services/x11/display-managers/gdm.nix
+++ b/nixos/modules/services/x11/display-managers/gdm.nix
@@ -20,7 +20,9 @@ in
 
       enable = mkEnableOption ''
         GDM as the display manager.
-        <emphasis>GDM is very experimental and may render system unusable.</emphasis>
+        <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 ''