summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-01-16 18:19:16 +0100
committerMel <mel@rnrd.eu>2026-01-16 18:19:16 +0100
commitdcfe6d29dc04659ea43eeabf07357ee00aa54a1e (patch)
treec5dd315de8bb1714872edb23d3ab1867f700a1f2 /modules
parentb20db589f6ba02a48a8a1cf2ab2e08d71e81c7c5 (diff)
downloadminerals-dcfe6d29dc04659ea43eeabf07357ee00aa54a1e.tar.zst
minerals-dcfe6d29dc04659ea43eeabf07357ee00aa54a1e.zip
Switch DBus implementation to dbus-broker project
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix3
1 files changed, 3 insertions, 0 deletions
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 = {