File containing environment variable overrides for the server, in the format accepted by systemd's EnvironmentFile.
Useful for setting secrets such as authSecretKey or seededApiKey without exposing them in the Nix store.
Example file contents:
authSecretKey=your-secret-key
seededApiKey=tapi_your_api_key_here
Declarations
Type
null or absolute pathDefault
nullExample
"/run/secrets/tdarr-server-env"