Merge pull request #298363 from K900/greetd-alias
nixos/greetd: create display-manager.service alias
This commit is contained in:
commit
1b59f54864
@ -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