From fab3fd7327a0ac7a1fae5095bf140377704fac7f Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 18 May 2026 11:21:47 -0500 Subject: [PATCH] ssh: fix ssh `enableDefaultConfig` description Text wasn't rendering properly in the generated docs. --- modules/programs/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/programs/ssh.nix b/modules/programs/ssh.nix index 6dda8d183..e9dac37e5 100644 --- a/modules/programs/ssh.nix +++ b/modules/programs/ssh.nix @@ -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"; }; + ``` ''; }; };