nixos/datadog-agent: Fix type of use_dogstatsd (#45587)

This commit is contained in:
Sarah Brofeldt 2018-08-25 00:18:59 +02:00 committed by xeji
parent 519012bcdf
commit 8f61e96c1e

View file

@ -11,7 +11,7 @@ let
api_key = "";
confd_path = "/etc/datadog-agent/conf.d";
additional_checksd = "/etc/datadog-agent/checks.d";
use_dogstatsd = "yes";
use_dogstatsd = true;
}
// optionalAttrs (cfg.logLevel != null) { log_level = cfg.logLevel; }
// optionalAttrs (cfg.hostname != null) { inherit (cfg) hostname; }