services.komodo-periphery.environment
NixOS option
Environment variables to set for the service.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/admin/komodo-periphery.nixView source on NixOS/nixpkgs →{
DOCKER_HOST = "unix:///var/run/docker.sock";
RUST_LOG = "komodo=debug";
}