cleanup
This commit is contained in:
@@ -86,9 +86,9 @@ let
|
||||
];
|
||||
outputsConfig = lib.mkMerge [{
|
||||
outputs.influxdb_v3 = {
|
||||
urls = cfg.outputs.urls;
|
||||
token = cfg.outputs.token;
|
||||
database = cfg.outputs.database or "telegraf";
|
||||
urls = cfg.outputs;
|
||||
token = "$INFLUX_TOKEN";#config.sops.secrets.telegraf.path;
|
||||
database = "telegraf";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user