···104104 <literal>dataDir</literal>.
105105 </para>
106106 </listitem>
107107+ <listitem>
108108+ <para>
109109+ The <literal>ssh-agent</literal> user service is not started by default
110110+ anymore. Use <literal>programs.ssh.startAgent</literal> to enable it if
111111+ needed. There is also a new <literal>programs.gnupg.agent</literal>
112112+ module that creates a <literal>gpg-agent</literal> user service. It can
113113+ also serve as a SSH agent if <literal>enableSSHSupport</literal> is set.
114114+ </para>
115115+ </listitem>
107116</itemizedlist>
108117109118
+1-1
nixos/modules/programs/ssh.nix
···74747575 startAgent = mkOption {
7676 type = types.bool;
7777- default = true;
7777+ default = false;
7878 description = ''
7979 Whether to start the OpenSSH agent when you log in. The OpenSSH agent
8080 remembers private keys for you so that you don't have to type in