services.komodo-periphery.environment

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
<nixpkgs/nixos/modules/services/admin/komodo-periphery.nix>