services.firezone.gateway.apiUrl
The URL of your firezone server's API. This should be the same
as your server's setting for services.firezone.server.settings.api.externalUrl,
but with wss:// instead of https://.
- Type
string matching the pattern ^wss://.+/$- Example
"wss://firezone.example.com/api/"- Declared
- <nixpkgs/nixos/modules/services/networking/firezone/gateway.nix>