MyNixOS website logo
option

services.komodo-periphery.environment

Environment variables to set for the service.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  DOCKER_HOST = "unix:///var/run/docker.sock";
  RUST_LOG = "komodo=debug";
}