From e827697fd3435b458a759ef0b92de7f26624b910 Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Wed, 3 Apr 2024 06:14:32 +0200 Subject: dbus: Switch default implementation to broker --- nixos/modules/services/system/dbus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/system') 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 -- cgit 1.4.1