From f2d63fffd4cd1ddc4326c0040cd3fd3e5da752d9 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 5 Jul 2023 20:45:06 +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 cf58b7ff..eb63c572 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 = {