summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-07-14 01:11:18 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-07-14 01:36:05 +0200
commit2ea5a4ce6d7b67902e76a3423e493d603c3ad3f0 (patch)
tree45f449709de099971118c4230b2608f36716f023 /nixos
parentbb961921016d5285b971ea57eaf0f12a47d68925 (diff)
downloadnixpkgs-2ea5a4ce6d7b67902e76a3423e493d603c3ad3f0.tar
nixpkgs-2ea5a4ce6d7b67902e76a3423e493d603c3ad3f0.tar.gz
nixpkgs-2ea5a4ce6d7b67902e76a3423e493d603c3ad3f0.tar.bz2
nixpkgs-2ea5a4ce6d7b67902e76a3423e493d603c3ad3f0.tar.lz
nixpkgs-2ea5a4ce6d7b67902e76a3423e493d603c3ad3f0.tar.xz
nixpkgs-2ea5a4ce6d7b67902e76a3423e493d603c3ad3f0.tar.zst
nixpkgs-2ea5a4ce6d7b67902e76a3423e493d603c3ad3f0.zip
nixos/doc: add release note entry for kea module
Diffstat (limited to 'nixos')
-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 53c1a18a507..91acaf728e2 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
@@ -49,6 +49,13 @@
       </listitem>
       <listitem>
         <para>
+          <link xlink:href="https://www.isc.org/kea/">Kea</link>, ISCs
+          2nd generation DHCP and DDNS server suite. Available at
+          <link xlink:href="options.html#opt-services.kea">services.kea</link>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <link xlink:href="https://sr.ht">sourcehut</link>, a
           collection of tools useful for software development. Available
           as
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index ad56b5cd7d7..1cef74510db 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -15,6 +15,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - [geoipupdate](https://github.com/maxmind/geoipupdate), a GeoIP database updater from MaxMind. Available as [services.geoipupdate](options.html#opt-services.geoipupdate.enable).
 
+- [Kea](https://www.isc.org/kea/), ISCs 2nd generation DHCP and DDNS server suite. Available at [services.kea](options.html#opt-services.kea).
+
 - [sourcehut](https://sr.ht), a collection of tools useful for software development. Available as [services.sourcehut](options.html#opt-services.sourcehut.enable).
 
 - [ucarp](https://download.pureftpd.org/pub/ucarp/README), an userspace implementation of the Common Address Redundancy Protocol (CARP). Available as [networking.ucarp](options.html#opt-networking.ucarp.enable).