nixos/kbd: make systemd-vconsole-setup work with KMS
This commit is contained in:
@@ -56,6 +56,8 @@ in
|
||||
# it has a restart trigger.
|
||||
systemd.services."systemd-vconsole-setup" =
|
||||
{ wantedBy = [ "multi-user.target" ];
|
||||
before = [ "display-manager.service" ];
|
||||
after = [ "systemd-udev-settle.service" ];
|
||||
restartTriggers = [ vconsoleConf ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user