about summary refs log tree commit diff
path: root/nixos/doc/manual/from_md
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2021-07-12 15:34:26 +0800
committerPeter Hoeg <peter@hoeg.com>2022-03-13 20:21:21 +0800
commit27e32bbfde6c0c27c78859b23943e79b84e3c860 (patch)
treee2052ea4b57650110765c3a2679988ea97fc89de /nixos/doc/manual/from_md
parent8d0f7b0cdad909b3d7d4904909a0361e4673026c (diff)
downloadnixlib-27e32bbfde6c0c27c78859b23943e79b84e3c860.tar
nixlib-27e32bbfde6c0c27c78859b23943e79b84e3c860.tar.gz
nixlib-27e32bbfde6c0c27c78859b23943e79b84e3c860.tar.bz2
nixlib-27e32bbfde6c0c27c78859b23943e79b84e3c860.tar.lz
nixlib-27e32bbfde6c0c27c78859b23943e79b84e3c860.tar.xz
nixlib-27e32bbfde6c0c27c78859b23943e79b84e3c860.tar.zst
nixlib-27e32bbfde6c0c27c78859b23943e79b84e3c860.zip
nixos/systembus-notify: add support for system services notifying users
Diffstat (limited to 'nixos/doc/manual/from_md')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index bdf512113789..d3a944533ab7 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -251,6 +251,17 @@
       </listitem>
       <listitem>
         <para>
+          <link xlink:href="https://github.com/rfjakob/systembus-notify">systembus-notify</link>,
+          allow system level notifications to reach the users. Available
+          as
+          <link xlink:href="opt-services.systembus-notify.enable">services.systembus-notify</link>.
+          Please keep in mind that this service should only be enabled
+          on machines with fully trusted users, as any local user is
+          able to DoS user sessions by spamming notifications.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <link xlink:href="https://github.com/audreyt/ethercalc">ethercalc</link>,
           an online collaborative spreadsheet. Available as
           <link xlink:href="options.html#opt-services.ethercalc.enable">services.ethercalc</link>.