nixos/greetd: create display-manager.service alias
This commit is contained in:
parent
8f91117432
commit
c0949a240a
@ -61,6 +61,8 @@ in
|
|||||||
systemd.services."autovt@${tty}".enable = false;
|
systemd.services."autovt@${tty}".enable = false;
|
||||||
|
|
||||||
systemd.services.greetd = {
|
systemd.services.greetd = {
|
||||||
|
aliases = [ "display-manager.service" ];
|
||||||
|
|
||||||
unitConfig = {
|
unitConfig = {
|
||||||
Wants = [
|
Wants = [
|
||||||
"systemd-user-sessions.service"
|
"systemd-user-sessions.service"
|
||||||
|
Loading…
Reference in New Issue
Block a user