MyNixOS website logo
option

services.exo.environmentVariables

Environment variables for the exo service.

See https://github.com/exo-explore/exo#environment-variables for supported environment variables.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  EXO_LIBP2P_NAMESPACE = "home-cluster";
  EXO_OFFLINE = "true";
}