about summary refs log tree commit diff
path: root/nixos/modules/services/system
diff options
context:
space:
mode:
authorLDprg <71488985+LDprg@users.noreply.github.com>2024-04-03 06:14:32 +0200
committerPeter Hoeg <peter@hoeg.com>2024-04-04 01:32:45 -0700
commite827697fd3435b458a759ef0b92de7f26624b910 (patch)
treeb9149c8d65fbbb7f5d42d8e222f6ded05468d5c8 /nixos/modules/services/system
parent83fcc85e1b23dc3d0e2eb0ee9bcbf04e6dce4d4c (diff)
dbus: Switch default implementation to broker
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 e8f8b48d0337f..5efd19e982cee 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 = "dbus";
+        default = "broker";
         description = lib.mdDoc ''
           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