nixos/greetd: create display-manager.service alias

This commit is contained in:
K900 2024-03-23 16:33:16 +03:00
parent 8f91117432
commit c0949a240a
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ in
systemd.services."autovt@${tty}".enable = false;
systemd.services.greetd = {
aliases = [ "display-manager.service" ];
unitConfig = {
Wants = [
"systemd-user-sessions.service"