ssh: fix ssh enableDefaultConfig description

Text wasn't rendering properly in the generated docs.
This commit is contained in:
Austin Horstman
2026-05-18 11:21:47 -05:00
parent 936ae1b1eb
commit fab3fd7327

View File

@@ -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";
};
```
'';
};
};