{ config, pkgs, ... }: { # Enable dbus-broker as the D-Bus implementation services.dbus-broker.enable = true; # Disable the default dbus service to avoid conflicts services.dbus.enable = false; # Configure dbus-broker via its launch configuration file environment.etc."dbus-broker/launch.conf".text = '' [General] LogLevel=warning MaxConnectionsPerUser=2048 ''; }