MyNixOS website logo
option

services.pocket-id.environmentFile

Path to an environment file to be loaded. This can be used to securely store tokens and secrets outside of the world-readable Nix store.

See PocketID environment variables.

Example contents of the file: MAXMIND_LICENSE_KEY=your-license-key

Alternatively you can use services.pocket-id.credentials to define each variable in separate files.

Declarations
Type
absolute path
Default
"/dev/null"
Example
"/var/lib/secrets/pocket-id"