Skip to content
Commit f332109e authored by Arian van Putten's avatar Arian van Putten
Browse files

nixos/datadog-agent: Fix restartTriggers

Fixes #85800

1d61efb7 accidentially changed the
restartTriggers of `datadog-agent.service` to point to the attribute
name (in this case, a location relative to `/etc`), instead of the
location of the config files in the nix store.

This caused datadog to not get restarted on activation of new
config, if the file name hasn't changed.

Fix this, by pointing this back to the location in the nix store.
parent 14395cc6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment