nixos-config/nixos/profiles/services/dbus/default.nix

5 lines
56 B
Nix
Raw Normal View History

2024-11-28 01:14:34 +08:00
{ ... }:
{
services.dbus.implementation = "broker";
}