Further modularization of machine
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
package = pkgs.dbus-broker; # Use dbus-broker for performance
|
||||
};
|
||||
services.dbus-broker.enable = true; # Explicitly enable the broker
|
||||
}
|
||||
Reference in New Issue
Block a user