services.strichliste.environmentFiles

NixOS option

Environment files to configure Symfony. See https://github.com/strichliste/strichliste-backend/blob/v2.1.0/.env.dist for possible options. You should configure APP_SECRET here.

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