about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEvils <evils.devils@protonmail.com>2021-10-08 10:37:10 +0200
committertomberek <tomberek@users.noreply.github.com>2021-10-30 22:22:12 -0400
commite14378789c9d8fe571980af14cbdcd31cdca06b6 (patch)
tree4a8791174b3c461e3373443876cf84e32deb8037 /nixos
parentb6ff276fb18991c71dd2a2e05ea81c9055cb908d (diff)
downloadnixlib-e14378789c9d8fe571980af14cbdcd31cdca06b6.tar
nixlib-e14378789c9d8fe571980af14cbdcd31cdca06b6.tar.gz
nixlib-e14378789c9d8fe571980af14cbdcd31cdca06b6.tar.bz2
nixlib-e14378789c9d8fe571980af14cbdcd31cdca06b6.tar.lz
nixlib-e14378789c9d8fe571980af14cbdcd31cdca06b6.tar.xz
nixlib-e14378789c9d8fe571980af14cbdcd31cdca06b6.tar.zst
nixlib-e14378789c9d8fe571980af14cbdcd31cdca06b6.zip
nixos/rl-2111: add new service: rasdaemon
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 aabe17cb328b..f04d97beb53d 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
@@ -381,6 +381,13 @@
           <link xlink:href="options.html#opt-services.seafile.enable">services.seafile</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <link xlink:href="https://github.com/mchehab/rasdaemon">rasdaemon</link>,
+          a hardware error logging daemon. Available as
+          <link linkend="opt-hardware.rasdaemon.enable">hardware.rasdaemon</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 e500d77fa5da..3b0c20ce5a29 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -116,6 +116,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - [seafile](https://www.seafile.com/en/home/), an open source file syncing & sharing software. Available as [services.seafile](options.html#opt-services.seafile.enable).
 
+- [rasdaemon](https://github.com/mchehab/rasdaemon), a hardware error logging daemon. Available as [hardware.rasdaemon](#opt-hardware.rasdaemon.enable).
+
 ## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
 
 - The `services.wakeonlan` option was removed, and replaced with `networking.interfaces.<name>.wakeOnLan`.