Regenerated

This commit is contained in:
2026-03-24 19:02:49 +00:00
parent 17da56e4b4
commit 010c9248fd
25 changed files with 5 additions and 844 deletions
+4 -14
View File
@@ -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