Dbus : Switch to a more perfomant implementation.

This commit is contained in:
Dmitry Voronin 2024-08-23 05:07:03 +03:00
parent 66ed421df1
commit 318f2d3241
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

3
module/Dbus.nix Normal file
View file

@ -0,0 +1,3 @@
{ ... }: {
services.dbus.implementation = "broker";
}