systemd: explicitly disable portabled for now

This hasn't worked with 243, let's disable it for now, until we have
tests and can ensure it works and keeps working.
This commit is contained in:
Florian Klink 2020-04-16 20:28:26 +02:00
parent ce7c1230ea
commit b3f14109a8

View file

@ -112,6 +112,7 @@ in stdenv.mkDerivation {
"-Dhomed=false"
"-Dhostnamed=true"
"-Dnetworkd=true"
"-Dportabled=false"
"-Dsysusers=false"
"-Dtimedated=true"
"-Dtimesyncd=true"