diff --git a/nixos/modules/services/monitoring/datadog-agent.nix b/nixos/modules/services/monitoring/datadog-agent.nix index def8097a2c44..1736b0c088a3 100644 --- a/nixos/modules/services/monitoring/datadog-agent.nix +++ b/nixos/modules/services/monitoring/datadog-agent.nix @@ -164,7 +164,7 @@ in { ''; type = types.package; }; - + enableTraceAgent = mkOption { description = lib.mdDoc '' Whether to enable the trace agent.