summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorJake Hamilton <jake.hamilton@hey.com>2022-06-25 22:08:43 -0700
committerJake Hamilton <jake.hamilton@hey.com>2022-08-28 16:29:14 -0700
commitff997b83e1db3feb17670eb0735da562abfa7bcc (patch)
tree0b8072c2206e65c47f8f8a32c897cd399b660499 /nixos/doc/manual
parent36f77596b1fc34b3b556cf2f17ee1fe05b20ff51 (diff)
downloadnixpkgs-ff997b83e1db3feb17670eb0735da562abfa7bcc.tar
nixpkgs-ff997b83e1db3feb17670eb0735da562abfa7bcc.tar.gz
nixpkgs-ff997b83e1db3feb17670eb0735da562abfa7bcc.tar.bz2
nixpkgs-ff997b83e1db3feb17670eb0735da562abfa7bcc.tar.lz
nixpkgs-ff997b83e1db3feb17670eb0735da562abfa7bcc.tar.xz
nixpkgs-ff997b83e1db3feb17670eb0735da562abfa7bcc.tar.zst
nixpkgs-ff997b83e1db3feb17670eb0735da562abfa7bcc.zip
nixos/writefreely: init
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index a951835a076..cd2ad54db20 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -258,6 +258,14 @@
           <link xlink:href="options.html#opt-services.patroni.enable">services.patroni</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <link xlink:href="https://writefreely.org">WriteFreely</link>,
+          a simple blogging platform with ActivityPub support. Available
+          as
+          <link xlink:href="options.html#opt-services.writefreely.enable">services.writefreely</link>.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-22.11-incompatibilities">
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 73348007cb7..119cd12492a 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -92,6 +92,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 - [Patroni](https://github.com/zalando/patroni), a template for PostgreSQL HA with ZooKeeper, etcd or Consul.
 Available as [services.patroni](options.html#opt-services.patroni.enable).
 
+- [WriteFreely](https://writefreely.org), a simple blogging platform with ActivityPub support. Available as [services.writefreely](options.html#opt-services.writefreely.enable).
+
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
 
 ## Backward Incompatibilities {#sec-release-22.11-incompatibilities}