nixos/greetd: create display-manager.service alias
This commit is contained in:
parent
8f91117432
commit
c0949a240a
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ in
|
|||
systemd.services."autovt@${tty}".enable = false;
|
||||
|
||||
systemd.services.greetd = {
|
||||
aliases = [ "display-manager.service" ];
|
||||
|
||||
unitConfig = {
|
||||
Wants = [
|
||||
"systemd-user-sessions.service"
|
||||
|
|
Loading…
Reference in a new issue