MyNixOS website logo
option

services.firezone.server.settings

Environment variables for 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 { /* ... */ }.

Each component has an additional settings option which allows you to override specific variables passed to that component.

Declarations
Type
attribute set of (boolean or floating point number or signed integer or string or absolute path or package)
Default
{ }