From b3f14109a8fab586d657d0f04ad700b008258e29 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 16 Apr 2020 20:28:26 +0200 Subject: [PATCH] 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. --- pkgs/os-specific/linux/systemd/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix index 0f49a195534a..3a83ee631720 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -112,6 +112,7 @@ in stdenv.mkDerivation { "-Dhomed=false" "-Dhostnamed=true" "-Dnetworkd=true" + "-Dportabled=false" "-Dsysusers=false" "-Dtimedated=true" "-Dtimesyncd=true"