[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68384: TTY Auto-login is not compatible with elogind
From: |
Christian Miller |
Subject: |
bug#68384: TTY Auto-login is not compatible with elogind |
Date: |
Sun, 14 Jan 2024 17:00:29 +0100 |
Hello,
I have the same issue.
Using the following works for me, though you need to press a button on
the keyboard.
(modify-services %desktop-services
(delete gdm-service-type)
(mingetty-service-type config =>
(mingetty-configuration
(inherit config)
(auto-login "cm")
;; TODO: Work around to fix "Error in service module"
(login-pause? #t))))
I also created a thread in the guix-devel[0] mailing list, maybe I should
have not.
[0]: https://lists.gnu.org/archive/html/guix-devel/2024-01/msg00120.html
--
Christian Miller