Regenerated
This commit is contained in:
+4
-2
@@ -827,10 +827,12 @@ This sets the dbus implementation
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
#################################
|
||||
# System-level DBus service
|
||||
#################################
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
# Use the dbus-broker backend explicitly
|
||||
package = pkgs.dbus-broker;
|
||||
package = pkgs.dbus-broker; # Use dbus-broker explicitly
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user