Skip to content

Commit

Permalink
gdm: fix restart of display-manager after nixos-rebuild
Browse files Browse the repository at this point in the history
- fix restart of display-manager due to a conflict with getty@tty1
- fixes #21439
  • Loading branch information
jnugh authored and Mic92 committed Oct 29, 2017
1 parent c291a10 commit a47a5a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/x11/display-managers/gdm.nix
Expand Up @@ -125,7 +125,6 @@ in
"getty@tty1.service"
];

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 a47a5a7

Please sign in to comment.