From 238bf44f81e28283d56e98e64541031a2edecb3d Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Sun, 2 Jan 2022 22:37:47 -0500 Subject: [PATCH] nixos/doc: Fix typo in release notes Broken in f10aea24347a7246a020aa6498ba857de463fd5d. --- nixos/doc/manual/from_md/release-notes/rl-2205.section.xml | 2 +- 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 @@ The option - services.ssh.enableAskPassword + programs.ssh.enableAskPassword was added, decoupling the setting of SSH_ASKPASS from services.xserver.enable. 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.