From d5ac902d1dfe5596cf2ae51b68182ddfe7926178 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 9 Sep 2025 15:21:32 +0200 Subject: [PATCH] Move ssh config blocks --- hm/modules/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/modules/ssh.nix b/hm/modules/ssh.nix index 105d90b..c177221 100644 --- a/hm/modules/ssh.nix +++ b/hm/modules/ssh.nix @@ -1,10 +1,10 @@ { programs.ssh = { enable = true; - compression = true; matchBlocks = { "*" = { identityFile = "~/.ssh/id_ed25519"; + compression = true; }; }; extraConfig = ''