services.dawarich.extraEnvFiles

NixOS option

Extra environment files to pass to all Dawarich services. Useful for passing down environment secrets.

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