From c46d4dab967572be809f302aef36ed07d4976492 Mon Sep 17 00:00:00 2001 From: Pierre Chevalier Date: Sun, 19 Nov 2017 12:51:51 +0000 Subject: [PATCH] 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 --- nixos/modules/services/x11/display-managers/gdm.nix | 1 - 1 file changed, 1 deletion(-) 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 = {