fix(metrics-exporters): Fix dbus socket access for DynamicUsers

This broke the systemd exporter, I don't fully know what caused the
breakage, though.

See
https://discourse.nixos.org/t/systemd-exporter-couldnt-get-dbus-connection-read-unix-run-dbus-system-bus-socket-recvmsg-connection-reset-by-peer/
This commit is contained in:
Tristan Daniël Maat 2025-05-20 01:06:44 +08:00
parent 09b90433e6
commit fc991a0b07
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -97,4 +97,6 @@ in
# - postgres (?)
# - ssl_exporter (?)
};
services.dbus.implementation = "broker";
}