services.part-db.environmentFile

NixOS option

Path to a file containing extra Part-DB environment variables in dotenv format. This can be used for secrets such as APP_SECRET without putting them in the Nix store.

type: null or absolute path
Default
null
Example
"/run/secrets/part-db.env"
declared in: nixos/modules/services/web-apps/part-db.nixView source on NixOS/nixpkgs →