mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: remove tag from secrets
This commit is contained in:
parent
d7a0022766
commit
3a10375dcc
2 changed files with 0 additions and 2 deletions
|
@ -180,7 +180,6 @@ in {
|
||||||
jsonData.organization = "machines";
|
jsonData.organization = "machines";
|
||||||
jsonData.defaultBucket = "telegraf";
|
jsonData.defaultBucket = "telegraf";
|
||||||
}
|
}
|
||||||
# TODO duplicate above influxdb source (with scoped read tokens??) for each organization
|
|
||||||
{
|
{
|
||||||
name = "Loki";
|
name = "Loki";
|
||||||
type = "loki";
|
type = "loki";
|
||||||
|
|
|
@ -82,7 +82,6 @@ in {
|
||||||
|
|
||||||
age.secrets.telegraf-influxdb-token = {
|
age.secrets.telegraf-influxdb-token = {
|
||||||
generator.script = "alnum";
|
generator.script = "alnum";
|
||||||
generator.tags = ["influxdb"];
|
|
||||||
mode = "440";
|
mode = "440";
|
||||||
group = "telegraf";
|
group = "telegraf";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue