MyNixOS website logo
option

services.easytier.instances.<name>.environmentFiles

Environment files for this instance. All command-line args have corresponding environment variables.

Declarations
Type
list of absolute path
Default
[ ]
Example
[
  /path/to/.env
  /path/to/.env.secret
]