about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-04-16 20:28:26 +0200
committerFlorian Klink <flokli@flokli.de>2020-04-17 00:31:03 +0200
commitb3f14109a8fab586d657d0f04ad700b008258e29 (patch)
treedff9b0a03369fce52d0f4461567930720a499ca8 /pkgs/os-specific
parentce7c1230ea54a4ecf983466fe8a8e28bb09264cc (diff)
downloadnixlib-b3f14109a8fab586d657d0f04ad700b008258e29.tar
nixlib-b3f14109a8fab586d657d0f04ad700b008258e29.tar.gz
nixlib-b3f14109a8fab586d657d0f04ad700b008258e29.tar.bz2
nixlib-b3f14109a8fab586d657d0f04ad700b008258e29.tar.lz
nixlib-b3f14109a8fab586d657d0f04ad700b008258e29.tar.xz
nixlib-b3f14109a8fab586d657d0f04ad700b008258e29.tar.zst
nixlib-b3f14109a8fab586d657d0f04ad700b008258e29.zip
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.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix1
1 files changed, 1 insertions, 0 deletions
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"