services.firezone.server.api.settings

NixOS option

Environment variables for this component of the Firezone server. For a list of available variables, please refer to the upstream definitions. Some variables like OUTBOUND_EMAIL_ADAPTER_OPTS require json values for which you can use VAR = builtins.toJSON { /* ... */ }. This component will automatically inherit all variables defined via services.firezone.server.settings and services.firezone.server.settingsSecret, but which can be overwritten by this option.

type: open submodule of attribute set of (boolean or floating point number or signed integer or string or absolute path or package)
Default
{ }
declared in: nixos/modules/services/networking/firezone/server.nixView source on NixOS/nixpkgs →