From 9d28af924cf70c3352f2f6f2393ee2fe7eebe860 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 20 Sep 2024 16:55:10 +0100 Subject: Add option to use elogind --- config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config b/config index e64d3e9..0b83351 100644 --- a/config +++ b/config @@ -44,6 +44,9 @@ locale=en_GB # Login autologin=false +# Use elogind, if false setup uses seatd & turnstile instead +elogind=true + # NOTE: encryption not currently working encrypt=false -- cgit