diff --git a/system-environment/ssh.nix b/system-environment/ssh.nix index c38499c..ad8593d 100644 --- a/system-environment/ssh.nix +++ b/system-environment/ssh.nix @@ -7,10 +7,7 @@ in enable = true; enableDefaultConfig = false; - matchBlocks."*" = { - compression = true; - serverAliveInterval = 60; - }; + settings."*" = { }; extraConfig = '' Host git.nickr.eu