services.pocket-id.environmentFile

NixOS option

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.

type: absolute path
Default
"/dev/null"
Example
"/var/lib/secrets/pocket-id"
declared in: nixos/modules/services/security/pocket-id.nixView source on NixOS/nixpkgs →