services.glitchtip.environmentFiles

NixOS option

Files to load environment variables from in addition to services.glitchtip.settings. This is useful to avoid putting secrets into the nix store. See https://glitchtip.com/documentation/install#configuration for more information.

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