From c607d41b811c2e51520b66b0b0352bc26b265240 Mon Sep 17 00:00:00 2001 From: etwas Date: Thu, 4 Sep 2025 10:38:34 +0200 Subject: [PATCH] fix: nvm --- home/essentials/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/essentials/ssh.nix b/home/essentials/ssh.nix index f271e13..31d45ec 100644 --- a/home/essentials/ssh.nix +++ b/home/essentials/ssh.nix @@ -2,7 +2,7 @@ programs.ssh = { enable = true; - programs.ssh.matchBlocks."*" = { + matchBlocks."*" = { forwardAgent = false; addKeysToAgent = "no"; compression = false;