services.heisenbridge.registrationUrl

NixOS option

The URL where the application service is listening for HS requests, from the Matrix HS perspective.# The default value assumes the bridge runs on the same host as the home server, in the same network.

type: string
Default
"http://$\${cfg.address}:$\${toString cfg.port}"
Example
"https://matrix.example.org"
declared in: nixos/modules/services/misc/heisenbridge.nixView source on NixOS/nixpkgs →