Your configuration.yaml as a Nix attribute set. Check the documentation for possible options.
Declarations
Type
YAML value
Default
{ }
Example
{
homeassistant = config.services.home-assistant.enable;
permit_join = true;
serial = {
port = "/dev/ttyACM1";
};
}