diff options
author | worldofpeace <worldofpeace@protonmail.ch> | 2020-04-21 18:19:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 18:19:44 -0400 |
commit | af2009a8009372a4e35eefca5f631424ab2ca21f (patch) | |
tree | 9de9901b384bdb6775ead24d90662bfee4a1f9a9 /nixos | |
parent | 6a7e0562de61e30c7f3e495fe9c9a7dd9d522e80 (diff) | |
parent | 1f12a0717959a2ff5d049c38a24ea9907f42d16c (diff) |
Merge pull request #85710 from worldofpeace/gnome-iso-wayland-default
installation-cd-graphical-gnome: don't run xorg default
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix b/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix index 84394a1ecae5b..3707c4b7ec62b 100644 --- a/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix +++ b/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix @@ -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. |