diff options
author | Dennis Gosnell <cdep.illabout@gmail.com> | 2022-10-15 11:58:34 -0400 |
---|---|---|
committer | Dennis Gosnell <cdep.illabout@gmail.com> | 2022-10-15 11:58:34 -0400 |
commit | e9305a371f634f5e30c8ca3091edbe6d46d28ac0 (patch) | |
tree | 11044ee2b37ac1093a36df6e2854ce7cd9e1573f /nixos/doc | |
parent | 8ebb942007a5469fd92aa4a907cc3dfe85a5c1f5 (diff) | |
parent | 83b198a2083774844962c854f811538323f9f7b1 (diff) |
Merge remote-tracking branch 'origin/master' into haskell-updates
Diffstat (limited to 'nixos/doc')
-rw-r--r-- | nixos/doc/manual/from_md/release-notes/rl-2211.section.xml | 7 | ||||
-rw-r--r-- | nixos/doc/manual/release-notes/rl-2211.section.md | 2 |
2 files changed, 9 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 5b9e561fd48ff..ec0afe73eb4a2 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 @@ -218,6 +218,13 @@ </listitem> <listitem> <para> + <link xlink:href="https://github.com/edneville/please">Please</link>, + a Sudo clone written in Rust. Available as + <link linkend="opt-security.please.enable">security.please</link> + </para> + </listitem> + <listitem> + <para> <link xlink:href="https://github.com/messagebird/sachet/">Sachet</link>, an SMS alerting tool for the Prometheus Alertmanager. Available as diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md index 6bdd19d8e414d..1028a975f30f8 100644 --- a/nixos/doc/manual/release-notes/rl-2211.section.md +++ b/nixos/doc/manual/release-notes/rl-2211.section.md @@ -79,6 +79,8 @@ In addition to numerous new and upgraded packages, this release has the followin - [HBase cluster](https://hbase.apache.org/), a distributed, scalable, big data store. Available as [services.hadoop.hbase](options.html#opt-services.hadoop.hbase.enable). +- [Please](https://github.com/edneville/please), a Sudo clone written in Rust. Available as [security.please](#opt-security.please.enable) + - [Sachet](https://github.com/messagebird/sachet/), an SMS alerting tool for the Prometheus Alertmanager. Available as [services.prometheus.sachet](#opt-services.prometheus.sachet.enable). - [infnoise](https://github.com/leetronics/infnoise), a hardware True Random Number Generator dongle. |