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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user