services.nats.settings

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

Type
JSON value
Default
{ }
Example
{
  jetstream = {
    max_mem = "1G";
    max_file = "10G";
  };
};
Declared
<nixpkgs/nixos/modules/services/networking/nats.nix>