Merge pull request #298363 from K900/greetd-alias

nixos/greetd: create display-manager.service alias
This commit is contained in:
K900 2024-03-24 01:04:40 +03:00 committed by GitHub
commit 1b59f54864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"