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 = {