From bf908ac917bc40890ce6bbb0df274874c7d6d4da Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 05:35:19 -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 19735bb..b4a9942 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 = "${toString sec."mosquitto_passwd.yaml".path} user"; - password = "${toString sec."mosquitto_passwd.yaml".path} password"; + user = toString sec."mosquitto_passwd.yaml".path; + password = toString sec."mosquitto_passwd.yaml".path; keepalive = 20; }; serial = {