mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
ssh: fix ssh enableDefaultConfig description
Text wasn't rendering properly in the generated docs.
This commit is contained in:
@@ -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";
|
||||
};
|
||||
```
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user