services.ocis.configDir
Path to directory containing oCIS config file.
Example config can be generated by ocis init --config-path fileName --admin-password "adminPass".
Add --insecure true if SSL certificates are generated and managed externally (e.g. using oCIS behind reverse proxy).
Note: This directory must contain at least a ocis.yaml. Ensure user has read/write access to it. In some circumstances you may need to add additional oCIS configuration files (e.g., proxy.yaml) to this directory.
- Type
null or absolute path- Default
null- Example
"/var/lib/ocis/config"- Declared
- <nixpkgs/nixos/modules/services/web-apps/ocis.nix>