Skip to content

Commit

Permalink
Revert "gdm: don't start getty@tty1 if enabled"
Browse files Browse the repository at this point in the history
This commit isn't needed anymore since we now run gdm on tty7.

This reverts commit 440178d.
  • Loading branch information
pierrechevalier83 authored and bjornfor committed Nov 19, 2017
1 parent 37875c4 commit aed114e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nixos/modules/services/x11/display-managers/gdm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ in
"getty@tty1.service"
];

systemd.services."getty@tty1".enable = false;
systemd.services.display-manager.conflicts = [ "getty@tty1.service" ];
systemd.services.display-manager.serviceConfig = {
# Restart = "always"; - already defined in xserver.nix
KillMode = "mixed";
Expand Down

0 comments on commit aed114e

Please sign in to comment.