services.firezone.relay.tokenFile

NixOS option

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