disable ssh.forwardAgent and addKeysToAgent as defaults
This commit is contained in:
parent
5ddf9b0984
commit
96f46a6ea4
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