From 47c1567a15847cf263593cd442f678909342e1e5 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:36:55 -0600 Subject: [PATCH] formatting --- nixos/services/telegraf.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/services/telegraf.nix b/nixos/services/telegraf.nix index c3cf5d5..70845e7 100644 --- a/nixos/services/telegraf.nix +++ b/nixos/services/telegraf.nix @@ -14,9 +14,7 @@ in ]; systemd.services.telegraf = { - environment = { - INFLUX_WRITE_TOKEN = token; - }; + environment.INFLUX_WRITE_TOKEN = token; serviceConfig.SupplementaryGroups = [ "docker" ]; };