summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-09-09 00:32:10 +0200
committermakefu <github@syntax-fehler.de>2020-09-09 00:32:10 +0200
commit440d1cc6642a22f4155fa616c5647cbd2bfbfb77 (patch)
tree78d9c90ea5be3414678609f889ce02cd3109d651 /krebs/2configs/shack
parent1cd926948feb5d049e5dd984d3fe2d6970522593 (diff)
shack/glados: re-enable influxdb output
Diffstat (limited to 'krebs/2configs/shack')
-rw-r--r--krebs/2configs/shack/glados/default.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/krebs/2configs/shack/glados/default.nix b/krebs/2configs/shack/glados/default.nix
index 9bf90bca..e4f03295 100644
--- a/krebs/2configs/shack/glados/default.nix
+++ b/krebs/2configs/shack/glados/default.nix
@@ -62,13 +62,14 @@ in {
];
};
# https://www.home-assistant.io/components/influxdb/
- #influxdb = {
- # database = "hass";
- # tags = {
- # instance = "wolf";
- # source = "hass";
- # };
- #};
+ influxdb = {
+ database = "glados";
+ host = "influx.shack";
+ tags = {
+ instance = "wolf";
+ source = "glados";
+ };
+ };
esphome = {};
api = {};
mqtt = {