1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix: correctly refer to influxdb from envoy

This commit is contained in:
oddlama 2024-04-08 15:56:45 +02:00
parent 4fbd9af0b2
commit 4489993c59
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -1,8 +1,4 @@
{
config,
nodes,
...
}: {
{nodes, ...}: {
imports = [
../../modules/optional/hardware/hetzner-cloud.nix
@ -33,7 +29,7 @@
enable = true;
scrapeSensors = false;
influxdb2 = {
domain = config.networking.providedDomains.influxdb;
domain = nodes.sentinel.config.networking.providedDomains.influxdb;
organization = "machines";
bucket = "telegraf";
node = "sire-influxdb";