From 83f7cb0e404e394ba520c2e4e05264703ecef1e9 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 17 Sep 2025 19:55:37 +0300 Subject: [PATCH] ssh: remove default config --- modules/common/ssh/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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";