MyNixOS website logo
option

services.tsidp.environmentFile

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
Declarations
Type
null or absolute path
Default
null
Example
"/run/secrets/tsidp"