nix/system/Dbus.nix
2024-11-06 01:07:30 +03:00

4 lines
55 B
Nix

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