services.firezone.server.api.externalUrl
The external URL under which you will serve the api. You need to
setup a reverse proxy for TLS termination, either with
services.firezone.server.nginx.enable or manually.
- Type
string matching the pattern ^https://.+/$- Example
"https://firezone.example.com/api/"- Declared
- <nixpkgs/nixos/modules/services/networking/firezone/server.nix>