{ services.homeAssistantConfig.mqtt = { # discovery = false; # for mosquitto broker = "127.0.0.1"; username = fileContents ; password = fileContents ; }; services.mosquitto = { enable = true; host = "0.0.0.0"; users = { homeassistant = { password = lib.fileContents ; acl = [ "topic readwrite #" ]; }; zigbee = { password = lib.fileContents ; acl = [ "topic readwrite #" ]; }; }; }; }