services.rustical.environmentFiles

NixOS option

Environment files to load into the runtime environment. Check the documentation for how to construct environment variables. Environment variables can substitute any config value and are useful for hiding secrets.

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