services.tsidp.environmentFile

NixOS option

Path to an environment file loaded for the tsidp service. This can be used to securely store tokens and secrets outside of the world-readable Nix store. Example contents of the file: TS_AUTH_KEY=YOUR_TAILSCALE_AUTHKEY

type: null or absolute path
Default
null
Example
"/run/secrets/tsidp"
declared in: nixos/modules/services/security/tsidp.nixView source on NixOS/nixpkgs →