services.firezone.server.settings

NixOS option

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.

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 →