gdm: start gdm on tty7 rather than default tty1

- Fixes nixos-rebuild switch/test issue with GNOME
https://github.com/NixOS/nixpkgs/issues/21439
- The solution was given here:
https://github.com/deedrah/nixpkgs/commit/d761e66a41e09bb0a1ebe31612f3678f9ba801a1#commitcomment-25382880

authored by Pierre Chevalier and committed by Bjørn Forsman 37875c4a 4e572560

+1
+1
pkgs/desktops/gnome-3/core/gdm/default.nix
··· 14 configureFlags = [ "--sysconfdir=/etc" 15 "--localstatedir=/var" 16 "--with-plymouth=yes" 17 "--with-systemdsystemunitdir=$(out)/etc/systemd/system" ]; 18 19 nativeBuildInputs = [ autoreconfHook pkgconfig ];
··· 14 configureFlags = [ "--sysconfdir=/etc" 15 "--localstatedir=/var" 16 "--with-plymouth=yes" 17 + "--with-initial-vt=7" 18 "--with-systemdsystemunitdir=$(out)/etc/systemd/system" ]; 19 20 nativeBuildInputs = [ autoreconfHook pkgconfig ];