gdm: fix restart of display-manager after nixos-rebuild
- fix restart of display-manager due to a conflict with getty@tty1 - fixes #21439
This commit is contained in:
parent
eb3f736afd
commit
4a180dac60
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue