diff options
author | Andrew Marshall | 2022-01-02 22:37:47 -0500 |
---|---|---|
committer | Andrew Marshall | 2022-01-02 22:37:47 -0500 |
commit | 238bf44f81e28283d56e98e64541031a2edecb3d (patch) | |
tree | a4c6ebf2afc582ad9ea81ef6b38b8dfed800348d /nixos | |
parent | 4bc4c7f1a0c4df808c3e7f0953dd780f6b8a0dd5 (diff) |
nixos/doc: Fix typo in release notes
Broken in f10aea24347a7246a020aa6498ba857de463fd5d.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/doc/manual/from_md/release-notes/rl-2205.section.xml | 2 | ||||
-rw-r--r-- | nixos/doc/manual/release-notes/rl-2205.section.md | 2 |
2 files changed, 2 insertions, 2 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 4b3eea55290e..4a2e86a60b92 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 @@ -288,7 +288,7 @@ <listitem> <para> The option - <link linkend="opt-services.ssh.enableAskPassword">services.ssh.enableAskPassword</link> + <link linkend="opt-programs.ssh.enableAskPassword">programs.ssh.enableAskPassword</link> was added, decoupling the setting of <literal>SSH_ASKPASS</literal> from <literal>services.xserver.enable</literal>. This allows easy diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md index b4caca17f720..2a062d0573b5 100644 --- a/nixos/doc/manual/release-notes/rl-2205.section.md +++ b/nixos/doc/manual/release-notes/rl-2205.section.md @@ -108,7 +108,7 @@ In addition to numerous new and upgraded packages, this release has the followin will now correctly remove those domains during rebuild/renew. - The option - [services.ssh.enableAskPassword](#opt-services.ssh.enableAskPassword) was + [programs.ssh.enableAskPassword](#opt-programs.ssh.enableAskPassword) was added, decoupling the setting of `SSH_ASKPASS` from `services.xserver.enable`. This allows easy usage in non-X11 environments, e.g. Wayland. |