services.exo.enable
Whether to enable exo local AI cluster node.
Type: boolean
Default:
false
Example:
true
Declared by:
services.exo.package
The exo package to use.
Type: package
Default:
pkgs.exo
Declared by:
services.exo.environmentVariables
Environment variables for the exo service.
See https://github.com/exo-explore/exo#environment-variables for supported environment variables.
Type: attribute set of string
Default:
{ }
Example:
{
EXO_LIBP2P_NAMESPACE = "home-cluster";
EXO_OFFLINE = "true";
}
Declared by:
services.exo.extraArgs
Extra command-line arguments passed to exo.
Type: list of string
Default:
[ ]
Example:
[
"--no-worker"
]
Declared by: