services.zigbee2mqtt.settings

Your configuration.yaml as a Nix attribute set. Check the documentation for possible options.

Type
YAML 1.1 value
Default
{ }
Example
{
  homeassistant.enabled = config.services.home-assistant.enable;
  permit_join = true;
  serial = {
    port = "/dev/ttyACM1";
  };
}
Declared
<nixpkgs/nixos/modules/services/home-automation/zigbee2mqtt.nix>