nix/system/Dbus.nix

4 lines
55 B
Nix
Raw Normal View History

{ ... }: {
services.dbus.implementation = "broker";
}