config.yaml configuration as a Nix attribute set. Configuration options should match those described in example-config.yaml.
Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
homeserver = {
address = "http://localhost:8008";
domain = "public-domain.tld";
};
appservice.public = {
prefix = "/public";
external = "https://public-appservice-address/public";
};
bridge.permissions = {
"example.com" = "user";
"@admin:example.com" = "admin";
};
}