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 = ''