Further modularization of machine
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
package = pkgs.dbus-broker; # Use dbus-broker instead of the reference dbus
|
||||
};
|
||||
# Enable dbus-broker as the D-Bus implementation
|
||||
services.dbus-broker.enable = true;
|
||||
|
||||
# Optional: Configure dbus-broker settings via environment variables
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user