MyNixOS website logo
option

services.zipline.environmentFiles

Files to load environment variables from (in addition to ). This is useful to avoid putting secrets into the nix store. See https://zipline.diced.sh/docs/config for more information.

Declarations
Type
list of path
Default
[ ]
Example
[
  "/run/secrets/zipline.env"
]