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