mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
fix: rename influx org to machines; fix typo that prevented auth tokens from being created (organization>s<)
This commit is contained in:
parent
94b0d60ab5
commit
2120aefef5
7 changed files with 9 additions and 9 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
scrapeSensors = false;
|
||||
influxdb2 = {
|
||||
domain = sentinelCfg.networking.providedDomains.influxdb;
|
||||
organization = "servers";
|
||||
organization = "machines";
|
||||
bucket = "telegraf";
|
||||
node = "ward-influxdb";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue