services.chhoto-url.environmentFiles

Files to load environment variables from in addition to services.chhoto-url.settings. This is useful to avoid putting secrets into the nix store. See https://github.com/SinTan1729/chhoto-url/blob/main/compose.yaml for a list of options.

Type
list of absolute path
Default
[ ]
Example
[
  "/run/secrets/chhoto-url.env"
]
Declared
<nixpkgs/nixos/modules/services/web-apps/chhoto-url.nix>