diff options
author | makefu <github@syntax-fehler.de> | 2020-09-09 00:32:10 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-09-09 00:32:10 +0200 |
commit | 440d1cc6642a22f4155fa616c5647cbd2bfbfb77 (patch) | |
tree | 78d9c90ea5be3414678609f889ce02cd3109d651 | |
parent | 1cd926948feb5d049e5dd984d3fe2d6970522593 (diff) |
shack/glados: re-enable influxdb output
-rw-r--r-- | krebs/2configs/shack/glados/default.nix | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/krebs/2configs/shack/glados/default.nix b/krebs/2configs/shack/glados/default.nix index 9bf90bca4..e4f032950 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 = { |