Regenerated
This commit is contained in:
+4
-14
@@ -827,21 +827,11 @@ This sets the dbus implementation
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
#################################
|
||||
# System-level DBus service
|
||||
#################################
|
||||
services.dbus = lib.mkForce {
|
||||
enable = true; # Force DBus to be enabled
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
# Use the dbus-broker backend explicitly
|
||||
package = pkgs.dbus-broker;
|
||||
};
|
||||
|
||||
#################################
|
||||
# dbus-broker configuration
|
||||
#################################
|
||||
environment.etc."dbus-broker/launch.conf".text = ''
|
||||
[General]
|
||||
LogLevel=warning
|
||||
MaxConnectionsPerUser=2048
|
||||
'';
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user