summary refs log tree commit diff
diff options
context:
space:
mode:
authorJos van Bakel <jos@codeaddict.org>2021-08-31 22:15:16 +0200
committerJos van Bakel <jos@codeaddict.org>2021-09-03 13:57:04 +0200
commitd68d6477c2ceb855059612b48b650998ee8ca764 (patch)
tree98c86231659b310d929f11feddaac27dbdeab7ac
parentd14e9188d1cd88f1b530bf860638c2de27486a6d (diff)
downloadnixpkgs-d68d6477c2ceb855059612b48b650998ee8ca764.tar
nixpkgs-d68d6477c2ceb855059612b48b650998ee8ca764.tar.gz
nixpkgs-d68d6477c2ceb855059612b48b650998ee8ca764.tar.bz2
nixpkgs-d68d6477c2ceb855059612b48b650998ee8ca764.tar.lz
nixpkgs-d68d6477c2ceb855059612b48b650998ee8ca764.tar.xz
nixpkgs-d68d6477c2ceb855059612b48b650998ee8ca764.tar.zst
nixpkgs-d68d6477c2ceb855059612b48b650998ee8ca764.zip
release-notes: add nats service
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 3c7f9a274b3..57aa415666c 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -214,6 +214,13 @@
           <link xlink:href="options.html#opt-services.soju.enable">services.soju</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <link xlink:href="https://nats.io/">nats</link>, a high
+          performance cloud and edge messaging system. Available as
+          <link linkend="opt-services.nats.enable">services.nats</link>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-incompatibilities">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index c5a4b5bd98c..1d0f8fba320 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -65,6 +65,8 @@ subsonic-compatible api. Available as [navidrome](#opt-services.navidrome.enable
 
 - [soju](https://sr.ht/~emersion/soju), a user-friendly IRC bouncer. Available as [services.soju](options.html#opt-services.soju.enable).
 
+- [nats](https://nats.io/), a high performance cloud and edge messaging system. Available as [services.nats](#opt-services.nats.enable).
+
 ## Backward Incompatibilities {#sec-release-21.11-incompatibilities}