MyNixOS website logo
option

services.cocoon.environmentFiles

File to load environment variables from. Loaded variables override values set in environment.

Use it to set values of COCOON_ADMIN_PASSWORD and COCOON_SESSION_SECRE.

Generate COCOON_ADMIN_PASSWORD with

openssl rand -hex 16

Generate COCOON_SESSION_SECRET with

openssl rand -hex 32
Declarations
Type
list of absolute path
Default
[ ]