Further modularization of machine

This commit is contained in:
2026-03-13 20:01:50 +01:00
parent a35fd355a7
commit 9b94e7535c
3 changed files with 384 additions and 383 deletions
@@ -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