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
Please register or sign in to comment