summary refs log tree commit diff
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
parent91e3358f6262b461d8db4b43c4799034f1183f20 (diff)
downloadnixpkgs-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar
nixpkgs-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.gz
nixpkgs-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.bz2
nixpkgs-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.lz
nixpkgs-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.xz
nixpkgs-1f12a0717959a2ff5d049c38a24ea9907f42d16c.tar.zst
nixpkgs-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.
-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 84394a1ecae..3707c4b7ec6 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.