services.nats.settings
NixOS option
Declarative NATS configuration. See the NATS documentation for a list of options.
type: JSON valueDefault
{ }Example
declared in: nixos/modules/services/networking/nats.nixView source on NixOS/nixpkgs →{
jetstream = {
max_mem = "1G";
max_file = "10G";
};
};