services.firezone.server.web.externalUrl

NixOS option

The external URL under which you will serve the web interface. 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/"
declared in: nixos/modules/services/networking/firezone/server.nixView source on NixOS/nixpkgs →