about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-04-29 17:31:38 +0300
committerGitHub <noreply@github.com>2024-04-29 17:31:38 +0300
commit141cd329027616057575bf6f70a7ccc7ff6d798f (patch)
treef99d4064218ab87c1ff92859f47bc6279dd9e8a5 /nixos/modules
parent90aa8ddc6bf987fae9825b3ecb938b4e1e8834bc (diff)
parentb0d99c50c033fe7134f68c243f25b0cb993f7077 (diff)
Merge pull request #307731 from flokli/revert-dbus-broker-default
Revert "dbus: Switch default implementation to broker"
Diffstat (limited to 'nixos/modules')
-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