services.kener.settings

NixOS option

Additional configuration for Kener, see https://kener.ing/docs/v4/setup/environment-variables for supported values.

type: open submodule of attribute set of string
Default
{ }
Example
{
  NODE_EXTRA_CA_CERTS = {
    _type = "literalExpression";
    text = "config.security.pki.caBundle";
  };
  PORT = "4000";
}
declared in: nixos/modules/services/monitoring/kener.nixView source on NixOS/nixpkgs →