From b6acbe09b87d3ffc3615c62fbd681096a251a588 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 5 Jul 2023 20:44:47 +0900 Subject: [PATCH] test --- services/telegraf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/telegraf.nix b/services/telegraf.nix index 4707a867..cf58b7ff 100644 --- a/services/telegraf.nix +++ b/services/telegraf.nix @@ -24,7 +24,7 @@ token = "$TELEGRAF_TOKEN"; organization = "default"; bucket = "telegrafdb"; - http_headers = "{ 'Authorization' = 'Token test' }"; + http_headers = { Authorization = 'Token ${TELEGRAF_TOKEN}'; }; }; }; inputs = {