Skip to content

Commit 453afec

Browse files
committed
fixup! gui: setup ssh agent and askpass on login
1 parent 30ef154 commit 453afec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/gui/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ in
114114

115115
programs.ssh = {
116116
# 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.
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.
119119
startAgent = true;
120120
enableAskPassword = true;
121121

0 commit comments

Comments
 (0)