services.firezone.gateway.tokenFile

NixOS option

A file containing the firezone gateway token. Do not use a nix-store path here as it will make the token publicly readable! This file will be passed via systemd credentials, it should only be accessible by the root user.

type: absolute path
Example
"/run/secrets/firezone-gateway-token"
declared in: nixos/modules/services/networking/firezone/gateway.nixView source on NixOS/nixpkgs →