chore: remove unused logind and sysuser for dbus svc

This commit is contained in:
Lars Sjöström 2025-03-05 08:24:54 +01:00
parent 12bacf271d
commit 879f74befa
No known key found for this signature in database
4 changed files with 11 additions and 6 deletions
pkgs/systemd

View file

@ -287,7 +287,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.mesonEnable "man" false)
(lib.mesonBool "analyze" true)
(lib.mesonBool "logind" true)
(lib.mesonBool "logind" false)
(lib.mesonBool "localed" false)
(lib.mesonBool "hostnamed" true)
(lib.mesonBool "machined" true)