From 263ebce2fcc44f4ce3f1fcb571baed41c82cbafc Mon Sep 17 00:00:00 2001
From: iFargle <albert@sysctl.io>
Date: Wed, 5 Jul 2023 19:53:01 +0900
Subject: [PATCH] test

---
 services/telegraf.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/telegraf.nix b/services/telegraf.nix
index d6ee0c37..7424bc39 100644
--- a/services/telegraf.nix
+++ b/services/telegraf.nix
@@ -21,10 +21,10 @@
       outputs = { 
         influxdb_v2 = {
           urls = [ "https://influx.sysctl.io/" ];
-          token = "${TELEGRAF_TOKEN}";
+          token = "$TELEGRAF_TOKEN";
           organization = "default";
           bucket = "telegrafdb";
-          http_headers = '{ "Authorization = Token ${TELEGRAF_TOKEN}" }';
+          http_headers = "{ \"Authorization = Token $TELEGRAF_TOKEN}" }";
         };
       };
       inputs = {