From 3a10375dcc6301b393bc005f5951ddd909b74669 Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 21 May 2024 15:41:34 +0200 Subject: [PATCH] chore: remove tag from secrets --- hosts/sire/guests/grafana.nix | 1 - modules/telegraf.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/sire/guests/grafana.nix b/hosts/sire/guests/grafana.nix index ffbf9d2..9dc3fd2 100644 --- a/hosts/sire/guests/grafana.nix +++ b/hosts/sire/guests/grafana.nix @@ -180,7 +180,6 @@ in { jsonData.organization = "machines"; jsonData.defaultBucket = "telegraf"; } - # TODO duplicate above influxdb source (with scoped read tokens??) for each organization { name = "Loki"; type = "loki"; diff --git a/modules/telegraf.nix b/modules/telegraf.nix index 81af00f..8227a02 100644 --- a/modules/telegraf.nix +++ b/modules/telegraf.nix @@ -82,7 +82,6 @@ in { age.secrets.telegraf-influxdb-token = { generator.script = "alnum"; - generator.tags = ["influxdb"]; mode = "440"; group = "telegraf"; };