diff --git a/modules/common/ssh/default.nix b/modules/common/ssh/default.nix index 50ce2de..a85c096 100644 --- a/modules/common/ssh/default.nix +++ b/modules/common/ssh/default.nix @@ -35,6 +35,8 @@ in { programs.ssh = enabled { includes = [ config.secrets.sshConfig.path ]; + enableDefaultConfig = false; # Deprecated. + matchBlocks = hosts // { "*" = { controlMaster = "auto";