nixos/xserver: fix a display-manager race condition
(cherry picked from commit 358ab44a457aba9b227764742badbf1882028676)
This commit is contained in:
parent
658f8be372
commit
8404ac09e7
|
@ -675,7 +675,7 @@ in
|
|||
systemd.services.display-manager =
|
||||
{ description = "X11 Server";
|
||||
|
||||
after = [ "acpid.service" "systemd-logind.service" ];
|
||||
after = [ "acpid.service" "systemd-logind.service" "systemd-user-sessions.service" ];
|
||||
|
||||
restartIfChanged = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue