nixos: remove unneeded api_key from config

This commit is contained in:
Domen Kožar 2018-09-12 11:26:25 +01:00 committed by Domen Kožar
parent 0f2b10d1ac
commit 049b3a6cc2

View File

@ -8,7 +8,6 @@ let
ddConf = {
dd_url = "https://app.datadoghq.com";
skip_ssl_validation = "no";
api_key = "";
confd_path = "/etc/datadog-agent/conf.d";
additional_checksd = "/etc/datadog-agent/checks.d";
use_dogstatsd = true;