about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-06-03 20:11:30 +0200
committerGitHub <noreply@github.com>2024-06-03 20:11:30 +0200
commit8359a1c6f77e6f701aabfa7e1cd9833410eefe31 (patch)
treec1823399d11f4a28207d396b4f36e258957fd304 /nixos
parent762cb6cacd9e4ab9053db4989ea9e8dfe520f82d (diff)
parent617a79dd1078d2b61a66e4e81294038dc0c7e056 (diff)
Merge pull request #316884 from NixOS/enableSSHAgentAuth
doc/release-notes: repalce security.pam.enableSSHAgentAuth with secur…
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 2729ded6090ac..072d4d7f779a8 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -429,7 +429,7 @@ Use `services.pipewire.extraConfig` or `services.pipewire.configPackages` for Pi
 
 - `screen`'s module has been cleaned, and will now require you to set `programs.screen.enable` in order to populate `screenrc` and add the program to the environment.
 
-- `security.pam.enableSSHAgentAuth` now requires `services.openssh.authorizedKeysFiles` to be non-empty,
+- `security.pam.sshAgentAuth.enable` now requires `services.openssh.authorizedKeysFiles` to be non-empty,
   which is the case when `services.openssh.enable` is true. Previously, `pam_ssh_agent_auth` silently failed to work.
 
 - `security.pam.enableSSHAgentAuth` was replaced by the `sshAgentAuth` attrset, and **only**