mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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:
parent
91e3358f62
commit
1f12a07179
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user