5 lines
95 B
Nix
5 lines
95 B
Nix
{ lib, ... }: {
|
|
config = {
|
|
services.dbus.implementation = lib.mkDefault "broker";
|
|
};
|
|
}
|