Skip to content

Commit

Permalink
gdm: start gdm on tty7 rather than default tty1
Browse files Browse the repository at this point in the history
- Fixes nixos-rebuild switch/test issue with GNOME
  #21439
- The solution was given here:
  roastiek@d761e66#commitcomment-25382880
  • Loading branch information
pierrechevalier83 authored and bjornfor committed Nov 19, 2017
1 parent 4e57256 commit 37875c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/desktops/gnome-3/core/gdm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--sysconfdir=/etc"
"--localstatedir=/var"
"--with-plymouth=yes"
"--with-initial-vt=7"
"--with-systemdsystemunitdir=$(out)/etc/systemd/system" ];

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit 37875c4

Please sign in to comment.