Merge pull request #85710 from worldofpeace/gnome-iso-wayland-default

installation-cd-graphical-gnome: don't run xorg default
This commit is contained in:
worldofpeace 2020-04-21 18:19:44 -04:00 committed by GitHub
commit af2009a800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,6 @@ with lib;
services.xserver.desktopManager.gnome3.enable = true;
# Wayland can be problematic for some hardware like Nvidia graphics cards.
services.xserver.displayManager.defaultSession = "gnome-xorg";
services.xserver.displayManager.gdm = {
enable = true;
# autoSuspend makes the machine automatically suspend after inactivity.