mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
ssh module: disable agent by default
This commit is contained in:
parent
2a24fdaee0
commit
994ffc01a0
2 changed files with 10 additions and 1 deletions
|
@ -104,6 +104,15 @@ rmdir /var/lib/ipfs/.ipfs
|
|||
<literal>dataDir</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
The <literal>ssh-agent</literal> user service is not started by default
|
||||
anymore. Use <literal>programs.ssh.startAgent</literal> to enable it if
|
||||
needed. There is also a new <literal>programs.gnupg.agent</literal>
|
||||
module that creates a <literal>gpg-agent</literal> user service. It can
|
||||
also serve as a SSH agent if <literal>enableSSHSupport</literal> is set.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue