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