services.komodo-periphery.environment

NixOS option

Environment variables to set for the service.

type: attribute set of string
Default
{ }
Example
{
  DOCKER_HOST = "unix:///var/run/docker.sock";
  RUST_LOG = "komodo=debug";
}
declared in: nixos/modules/services/admin/komodo-periphery.nixView source on NixOS/nixpkgs →