docs: fix sshAuthSock reference in rl-2605
The link to `#opt-sshAuthSock.enable` broke the manual build on release-26.05, where the `enable` option does not exist. Drop the broken reference and the inaccurate "enabled and" wording.
This commit is contained in:
parent
74887eaee2
commit
2b394beca7
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ This release has the following notable changes:
|
|||
[](#opt-programs.neovim.sideloadInitLua) to `true` to load the generated Lua
|
||||
through the Neovim wrapper instead.
|
||||
|
||||
- A new [](#opt-sshAuthSock.enable) module manages the `SSH_AUTH_SOCK`
|
||||
environment variable. It is implicitly enabled and configured by the
|
||||
- A new `sshAuthSock` module manages the `SSH_AUTH_SOCK`
|
||||
environment variable. It is implicitly configured by the
|
||||
SSH-agent-providing modules (e.g. `services.ssh-agent`, `services.gpg-agent`).
|
||||
The old `services.ssh-agent.enable{Bash,Zsh,Fish,Nushell}Integration` options
|
||||
were removed; shell initialization is now provided through `sshAuthSock`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue