MyNixOS website logo
option

services.rustical.environmentFiles

Environment files to load into the runtime environment.

Check the documentation for how to construct environment variables.

:::{.tip} Environment variables can substitute any config value and are useful for hiding secrets. :::

Declarations
Type
list of absolute path
Default
[ ]
Example
[
  "/run/keys/rustical.env"
]