about summary refs log tree commit diff
path: root/nixos/modules/services/system
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-04-29 14:00:27 +0300
committerFlorian Klink <flokli@flokli.de>2024-04-29 14:58:37 +0300
commitb0d99c50c033fe7134f68c243f25b0cb993f7077 (patch)
tree61edc8d3b920ce589a31a022c0db2a15455eae3f /nixos/modules/services/system
parentf515a0bd8955e5d0c461981f1b3167046fc44a20 (diff)
Revert "dbus: Switch default implementation to broker"
This reverts commit e827697fd3435b458a759ef0b92de7f26624b910.

This seems to cause various issues during system activation, as reported
in https://github.com/NixOS/nixpkgs/issues/302771 for example.

Due to being close to branchoff, revert this for now.
We'll open a tracking issue to collect and sort out remaining issues.
Diffstat (limited to 'nixos/modules/services/system')
-rw-r--r--nixos/modules/services/system/dbus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/system/dbus.nix b/nixos/modules/services/system/dbus.nix
index a9fc88e320c6b..8dba0aca64337 100644
--- a/nixos/modules/services/system/dbus.nix
+++ b/nixos/modules/services/system/dbus.nix
@@ -39,7 +39,7 @@ in
 
       implementation = mkOption {
         type = types.enum [ "dbus" "broker" ];
-        default = "broker";
+        default = "dbus";
         description = ''
           The implementation to use for the message bus defined by the D-Bus specification.
           Can be either the classic dbus daemon or dbus-broker, which aims to provide high