disable ssh.forwardAgent and addKeysToAgent as defaults
This commit is contained in:
parent
8661d198b2
commit
fe2a8f6837
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@
|
|||
# for that you need to use `services.ssh-agent.enable`
|
||||
ssh = {
|
||||
enable = true;
|
||||
forwardAgent = true;
|
||||
addKeysToAgent = "yes"; # always add keys to ssh-agent
|
||||
forwardAgent = false;
|
||||
addKeysToAgent = "no";
|
||||
|
||||
matchBlocks = {
|
||||
hyrule = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue