diff options
| -rw-r--r-- | modules/common.nix | 3 |
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 = { |
