services.zipline.environmentFiles

NixOS option

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

type: list of absolute path
Default
[ ]
Example
[
  "/run/secrets/zipline.env"
]
declared in: nixos/modules/services/web-apps/zipline.nixView source on NixOS/nixpkgs →