about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-21 15:26:25 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-21 15:26:25 -0400
commit1f12a0717959a2ff5d049c38a24ea9907f42d16c (patch)
tree5dca42a05d78330067c7fcd1b41b1f7b5f1c137a /nixos/modules
parent91e3358f6262b461d8db4b43c4799034f1183f20 (diff)
downloadnixlib-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar
nixlib-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.gz
nixlib-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.bz2
nixlib-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.lz
nixlib-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.xz
nixlib-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.zst
nixlib-1f12a0717959a2ff5d049c38a24ea9907f42d16c.zip
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.
Diffstat (limited to 'nixos/modules')
-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.