about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-09-04 00:58:49 +0100
committerGitHub <noreply@github.com>2021-09-04 00:58:49 +0100
commit8ae687b26b4586b19e14b5f254a68b7bbdb32aac (patch)
tree07ca00181d586e6a2e8b3128dc33c4275b6ae1da
parent87f1bbd3f02e672b5a469bf269f504a619673a56 (diff)
parentd68d6477c2ceb855059612b48b650998ee8ca764 (diff)
downloadnixlib-8ae687b26b4586b19e14b5f254a68b7bbdb32aac.tar
nixlib-8ae687b26b4586b19e14b5f254a68b7bbdb32aac.tar.gz
nixlib-8ae687b26b4586b19e14b5f254a68b7bbdb32aac.tar.bz2
nixlib-8ae687b26b4586b19e14b5f254a68b7bbdb32aac.tar.lz
nixlib-8ae687b26b4586b19e14b5f254a68b7bbdb32aac.tar.xz
nixlib-8ae687b26b4586b19e14b5f254a68b7bbdb32aac.tar.zst
nixlib-8ae687b26b4586b19e14b5f254a68b7bbdb32aac.zip
Merge pull request #136334 from c0deaddict/master
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 3c7f9a274b3d..57aa415666cf 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 c5a4b5bd98c0..1d0f8fba320d 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}