From 6b291ecd408465c31d92fc85e75986d40dde6960 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 05:29:41 -0500 Subject: [PATCH] 278 current 2025-10-11 05:22:07 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/smarthome/zigbee2mqtt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/homelab/services/smarthome/zigbee2mqtt/default.nix b/modules/homelab/services/smarthome/zigbee2mqtt/default.nix index ea3274a..8e97f58 100644 --- a/modules/homelab/services/smarthome/zigbee2mqtt/default.nix +++ b/modules/homelab/services/smarthome/zigbee2mqtt/default.nix @@ -63,8 +63,8 @@ in base_topic = "zigbee2mqtt"; client_id = "zigbee2mqtt"; server = "mqtt://localhost:1883"; - user = "${sec."mosquitto_passwd.yaml"} user"; - password = "${sec."mosquitto_passwd.yaml"} password"; + user = "${sec."mosquitto_passwd.yaml".path} user"; + password = "${sec."mosquitto_passwd.yaml".path} password"; keepalive = 20; }; serial = {