MyNixOS website logo
option

services.nats.settings

Declarative NATS configuration. See the NATS documentation for a list of options.

Declarations
Type
JSON value
Default
{ }
Example
{
  jetstream = {
    max_mem = "1G";
    max_file = "10G";
  };
};