MyNixOS website logo
option

services.kener.settings

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

Declarations
Type
open submodule of attribute set of string
Default
{ }
Example
{
  NODE_EXTRA_CA_CERTS = {
    _type = "literalExpression";
    text = "config.security.pki.caBundle";
  };
  PORT = "4000";
}