services.chhoto-url.environmentFiles

NixOS option

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 in: nixos/modules/services/web-apps/chhoto-url.nixView source on NixOS/nixpkgs →