nixos/xserver: fix a display-manager race condition
This commit is contained in:
parent
d74960e8db
commit
358ab44a45
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,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 a new issue