services.firezone.headless-client.tokenFile

NixOS option

A file containing the firezone client 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-client-token"
declared in: nixos/modules/services/networking/firezone/headless-client.nixView source on NixOS/nixpkgs →