We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ef154 commit 453afecCopy full SHA for 453afec
1 file changed
modules/gui/default.nix
@@ -114,8 +114,8 @@ in
114
115
programs.ssh = {
116
# setup ssh agent with askpass on login by default
117
- # if you want to forward a fido ssh key that requires a pin, the ssh agent
118
- # needs askpass to prompt for the pin when the agent uses the key.
+ # if you want to forward a fido ssh key that requires a pin, the ssh agent
+ # needs askpass to prompt for the pin when the agent uses the key.
119
startAgent = true;
120
enableAskPassword = true;
121
0 commit comments