services.opencloud.environmentFile

NixOS option

An environment file as defined in systemd.exec(5). Use this to inject secrets, e.g. database or auth credentials out of band. Configuration provided here will override settings and environment.

type: null or absolute path
Default
null
Example
"/run/keys/opencloud.env"
declared in: nixos/modules/services/web-apps/opencloud.nixView source on NixOS/nixpkgs →