feat: add influxdb as storage backend to home assistant

This commit is contained in:
oddlama 2024-05-23 15:46:25 +02:00
parent b36e7e8202
commit db86d754c4
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
18 changed files with 141 additions and 39 deletions

View file

@ -133,6 +133,7 @@ in {
tokenFile = config.age.secrets.influxdb-admin-token.path;
};
organizations.machines.buckets.telegraf = {};
organizations.home.buckets.home_assistant = {};
};
};