installation-cd-graphical-gnome: don't run xorg default

If for some reason the Wayland session fails to start
it will just start the Xorg session.
This commit is contained in:
worldofpeace 2020-04-21 15:26:25 -04:00
parent 91e3358f62
commit 1f12a07179

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.