services.opencloud.environment
NixOS option
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 stringDefault
{
OC_INSECURE = "true";
}Example
declared in: nixos/modules/services/web-apps/opencloud.nixView source on NixOS/nixpkgs →{
OC_INSECURE = "false";
OC_LOG_LEVEL = "error";
}