services.nats.settings

NixOS option

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 in: nixos/modules/services/networking/nats.nixView source on NixOS/nixpkgs →