Merge pull request #133204 from j0hax/display-manager-start

nixos/xserver: fix a display-manager race condition
This commit is contained in:
Artturi 2021-08-12 03:36:48 +03:00 committed by GitHub
commit bf7caecbf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;