diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2021-06-01 15:45:47 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-01 14:36:54 +0000 |
| commit | d79039539356dbf2eba4538dcfe93fc37d233f4e (patch) | |
| tree | 7b89ec8c74aa9ee0204abe8c8ee51f8aa47572b9 | |
| parent | Merge #125185: zstd: patch test flakiness on i686 (diff) | |
| download | nixpkgs-d79039539356dbf2eba4538dcfe93fc37d233f4e.tar.gz | |
changelog: fix typo
(cherry picked from commit 8217ea50000728c55fe8b21454ca2572743d8302)
| -rw-r--r-- | nixos/doc/manual/release-notes/rl-2105.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2105.xml b/nixos/doc/manual/release-notes/rl-2105.xml index 8e631d752cf7..7412154bc34b 100644 --- a/nixos/doc/manual/release-notes/rl-2105.xml +++ b/nixos/doc/manual/release-notes/rl-2105.xml @@ -786,7 +786,7 @@ environment.systemPackages = [ <listitem> <para> In the <option>security.acme</option> module, use of <literal>--reuse-key</literal> - parameter for Lego has been removed. It was introduced for HKPK, but this security + parameter for Lego has been removed. It was introduced for HKPK, but this security feature is now deprecated. It is a better security practice to rotate key pairs instead of always keeping the same. If you need to keep this parameter, you can add it back using <literal>extraLegoRenewFlags</literal> as an option for the |
