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:
parent
09b90433e6
commit
fc991a0b07
1 changed files with 2 additions and 0 deletions
|
@ -97,4 +97,6 @@ in
|
|||
# - postgres (?)
|
||||
# - ssl_exporter (?)
|
||||
};
|
||||
|
||||
services.dbus.implementation = "broker";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue