services.tdarr.server.environmentFile

NixOS option

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

type: null or absolute path
Default
null
Example
"/run/secrets/tdarr-server-env"
declared in: nixos/modules/services/misc/tdarr/server.nixView source on NixOS/nixpkgs →