aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/home-assistant.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/home-assistant.nix')
-rw-r--r--nixos/modules/home-assistant.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/home-assistant.nix b/nixos/modules/home-assistant.nix
index bf98609..0aac9be 100644
--- a/nixos/modules/home-assistant.nix
+++ b/nixos/modules/home-assistant.nix
@@ -76,11 +76,11 @@ in {
consumer = data_type: topics: {
tags = {source = "bigclown";};
servers = ["tcp://localhost:1883"];
- topics = topics;
+ inherit topics;
username = "telegraf";
password = "$MQTT_PASSWORD";
data_format = "value";
- data_type = data_type;
+ inherit data_type;
topic_parsing = [
{
topic = "bigclown/node/+/+/+/+";