systemd: explicitly disable homed for now

We don't currently have tests to ensure it works and keeps working.

So instead of having it accidentially working, and possibly breaking it
in the future, disable it for now.
This commit is contained in:
Florian Klink 2020-04-16 20:23:46 +02:00
parent c18ceab106
commit ce7c1230ea

View file

@ -109,6 +109,7 @@ in stdenv.mkDerivation {
"-Dtests=false" "-Dtests=false"
"-Dimportd=true" "-Dimportd=true"
"-Dlz4=true" "-Dlz4=true"
"-Dhomed=false"
"-Dhostnamed=true" "-Dhostnamed=true"
"-Dnetworkd=true" "-Dnetworkd=true"
"-Dsysusers=false" "-Dsysusers=false"