From dcfe6d29dc04659ea43eeabf07357ee00aa54a1e Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 16 Jan 2026 18:19:16 +0100 Subject: Switch DBus implementation to dbus-broker project Signed-off-by: Mel --- modules/common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/common.nix b/modules/common.nix index 00b87bb..fcd676a 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -57,6 +57,9 @@ # sometimes needed for gnupg pcscd.enable = true; + + # dbus-broker implements the dbus implementation with better performance + dbus.implementation = "broker"; }; programs = { -- cgit 1.4.1