nixos/datadog-agent: fix deprecated trace agent option

This commit is contained in:
Sander 2024-08-22 13:38:57 +00:00
parent bd4f00ac7f
commit 0cdf53a57f
No known key found for this signature in database
GPG Key ID: D1A763BC84F34603

View File

@ -288,7 +288,7 @@ in {
path = [ ];
script = ''
export DD_API_KEY=$(head -n 1 ${cfg.apiKeyFile})
${datadogPkg}/bin/trace-agent -config /etc/datadog-agent/datadog.yaml
${datadogPkg}/bin/trace-agent --config /etc/datadog-agent/datadog.yaml
'';
});