configuration.nix/hosts/rico1/services/nats.nix

6 lines
73 B
Nix

_: {
services.nats = {
enable = true;
jetstream = true;
};
}