ssh: fix ssh enableDefaultConfig description
Text wasn't rendering properly in the generated docs.
This commit is contained in:
parent
936ae1b1eb
commit
fab3fd7327
1 changed files with 2 additions and 0 deletions
|
|
@ -731,6 +731,7 @@ in
|
|||
For an equivalent, copy and paste the following
|
||||
code snippet in your config:
|
||||
|
||||
```nix
|
||||
programs.ssh.settings."*" = {
|
||||
ForwardAgent = false;
|
||||
AddKeysToAgent = "no";
|
||||
|
|
@ -743,6 +744,7 @@ in
|
|||
ControlPath = "~/.ssh/master-%r@%n:%p";
|
||||
ControlPersist = "no";
|
||||
};
|
||||
```
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue