summary refs log tree commit diff
path: root/nixos/modules/services/x11/display-managers
diff options
context:
space:
mode:
authorPierre Chevalier <pierrechevalier83@gmail.com>2017-11-19 12:51:51 +0000
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-11-19 19:35:37 +0100
commitc46d4dab967572be809f302aef36ed07d4976492 (patch)
treea5d27fbcb324bc0f85d72678e48039552b1bfa57 /nixos/modules/services/x11/display-managers
parentaed114ecb92b3cb79e68ec2792a42d04be052c91 (diff)
downloadnixlib-c46d4dab967572be809f302aef36ed07d4976492.tar
nixlib-c46d4dab967572be809f302aef36ed07d4976492.tar.gz
nixlib-c46d4dab967572be809f302aef36ed07d4976492.tar.bz2
nixlib-c46d4dab967572be809f302aef36ed07d4976492.tar.lz
nixlib-c46d4dab967572be809f302aef36ed07d4976492.tar.xz
nixlib-c46d4dab967572be809f302aef36ed07d4976492.tar.zst
nixlib-c46d4dab967572be809f302aef36ed07d4976492.zip
gdm: remove old workaround for conflicts with getty
- There used to be a conflict between gdm and getty both trying to
  access tty1
- This conflict was fixed by running gdm on tty7 instead
Diffstat (limited to 'nixos/modules/services/x11/display-managers')
-rw-r--r--nixos/modules/services/x11/display-managers/gdm.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index 45a67ac040b8..07642a8b13db 100644
--- a/nixos/modules/services/x11/display-managers/gdm.nix
+++ b/nixos/modules/services/x11/display-managers/gdm.nix
@@ -122,7 +122,6 @@ in
       "rc-local.service"
       "systemd-machined.service"
       "systemd-user-sessions.service"
-      "getty@tty1.service"
     ];
 
     systemd.services.display-manager.serviceConfig = {