mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Rename xserver.service to display-manager.service
The latter is what graphical.target expects.
This commit is contained in:
parent
490ce3a230
commit
c60d6caee8
1 changed files with 2 additions and 3 deletions
|
@ -379,9 +379,8 @@ in
|
|||
|
||||
boot.systemd.defaultUnit = mkIf cfg.autorun "graphical.target";
|
||||
|
||||
boot.systemd.services."xserver.service" =
|
||||
{ wantedBy = [ "graphical.target" ];
|
||||
after = [ "systemd-udev-settle.service" ];
|
||||
boot.systemd.services."display-manager.service" =
|
||||
{ after = [ "systemd-udev-settle.service" ];
|
||||
|
||||
restartIfChanged = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue