services.firezone.server.settingsSecret.TOKENS_KEY_BASE

NixOS option

A file containing a unique base64 encoded secret for the TOKENS_KEY_BASE. All Firezone components in your cluster must use the same value. If this is null, a shared value will automatically be generated on startup and used for all components on this machine. You do not need to set this except when you spread your cluster over multiple hosts.

type: null or absolute path
Default
null
declared in: nixos/modules/services/networking/firezone/server.nixView source on NixOS/nixpkgs →