services.opencloud.environment
Extra environment variables to set for the service.
Use this to set configuration that may affect multiple microservices.
Set OC_INSECURE = "false" if you want OpenCloud to terminate TLS.
Configuration provided here will override settings.
- Type
attribute set of string- Default
{ OC_INSECURE = "true"; }- Example
{ OC_INSECURE = "false"; OC_LOG_LEVEL = "error"; }- Declared
- <nixpkgs/nixos/modules/services/web-apps/opencloud.nix>