about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-04-16 20:23:46 +0200
committerFlorian Klink <flokli@flokli.de>2020-04-17 00:30:52 +0200
commitce7c1230ea54a4ecf983466fe8a8e28bb09264cc (patch)
tree83f6b7b4e49533cb79fede4ebfb95f2d22aef3fd /pkgs/os-specific/linux/systemd
parentc18ceab1068e4ecaa986f6a9ad89b8c3560a58c2 (diff)
downloadnixlib-ce7c1230ea54a4ecf983466fe8a8e28bb09264cc.tar
nixlib-ce7c1230ea54a4ecf983466fe8a8e28bb09264cc.tar.gz
nixlib-ce7c1230ea54a4ecf983466fe8a8e28bb09264cc.tar.bz2
nixlib-ce7c1230ea54a4ecf983466fe8a8e28bb09264cc.tar.lz
nixlib-ce7c1230ea54a4ecf983466fe8a8e28bb09264cc.tar.xz
nixlib-ce7c1230ea54a4ecf983466fe8a8e28bb09264cc.tar.zst
nixlib-ce7c1230ea54a4ecf983466fe8a8e28bb09264cc.zip
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.
Diffstat (limited to 'pkgs/os-specific/linux/systemd')
-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 1f69757b8287..0f49a195534a 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -109,6 +109,7 @@ in stdenv.mkDerivation {
     "-Dtests=false"
     "-Dimportd=true"
     "-Dlz4=true"
+    "-Dhomed=false"
     "-Dhostnamed=true"
     "-Dnetworkd=true"
     "-Dsysusers=false"