services.cocoon.environmentFiles
NixOS option
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
type: list of absolute pathDefault
declared in: nixos/modules/services/web-apps/cocoon.nixView source on NixOS/nixpkgs →[ ]