From d5617711173f19721472aef1660d163cf5b81152 Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 13 Dec 2023 23:39:08 +0000 Subject: [PATCH] deploy: 7a69b3e738a587915a374994e05e8e10f1216721 --- options.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/options.html b/options.html index 4aa958ad2..8a3952021 100644 --- a/options.html +++ b/options.html @@ -40141,6 +40141,33 @@ null or package

Default: null

+

Declared by:

+ + +
+ +<home-manager/modules/programs/ssh.nix> + +
+ +
+ + programs.ssh.addKeysToAgent + + +
+
+

When enabled, a private key that is used during authentication will be +added to ssh-agent if it is running (with confirmation enabled if +set to ‘confirm’). The argument must be ‘no’ (the default), ‘yes’, ‘confirm’ +(optionally followed by a time interval), ‘ask’ or a time interval (e.g. ‘1h’).

+ +

Type: +string

+ +

Default: +"no"

+

Declared by: