mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #133204 from j0hax/display-manager-start
nixos/xserver: fix a display-manager race condition
This commit is contained in:
commit
bf7caecbf4
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…
Add table
Add a link
Reference in a new issue