services.firezone.gateway.apiUrl

NixOS option

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 in: nixos/modules/services/networking/firezone/gateway.nixView source on NixOS/nixpkgs →