about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-21 18:19:44 -0400
committerGitHub <noreply@github.com>2020-04-21 18:19:44 -0400
commitaf2009a8009372a4e35eefca5f631424ab2ca21f (patch)
tree9de9901b384bdb6775ead24d90662bfee4a1f9a9 /nixos
parent6a7e0562de61e30c7f3e495fe9c9a7dd9d522e80 (diff)
parent1f12a0717959a2ff5d049c38a24ea9907f42d16c (diff)
downloadnixlib-af2009a8009372a4e35eefca5f631424ab2ca21f.tar
nixlib-af2009a8009372a4e35eefca5f631424ab2ca21f.tar.gz
nixlib-af2009a8009372a4e35eefca5f631424ab2ca21f.tar.bz2
nixlib-af2009a8009372a4e35eefca5f631424ab2ca21f.tar.lz
nixlib-af2009a8009372a4e35eefca5f631424ab2ca21f.tar.xz
nixlib-af2009a8009372a4e35eefca5f631424ab2ca21f.tar.zst
nixlib-af2009a8009372a4e35eefca5f631424ab2ca21f.zip
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.nix3
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 84394a1ecae5..3707c4b7ec62 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.