From 9b1959cdc333a1ca316f8ad926daa6f1ea1928e6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 5 Jul 2023 20:45:21 +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 eb63c572..eadf7b58 100644 --- a/services/telegraf.nix +++ b/services/telegraf.nix @@ -24,7 +24,7 @@ token = "$TELEGRAF_TOKEN"; organization = "default"; bucket = "telegrafdb"; - http_headers = { Authorization = "Token ${TELEGRAF_TOKEN}"; }; + http_headers = { Authorization = "Token $TELEGRAF_TOKEN"; }; }; }; inputs = {