nix/system/Dbus.nix

4 lines
55 B
Nix
Raw Normal View History

2024-11-04 04:37:29 +03:00
{ ... }: {
services.dbus.implementation = "broker";
}