home: ssh: disable deprecated default config

This commit is contained in:
Antoine Martin 2025-11-26 15:49:49 +01:00
parent fb1ce98514
commit 8a80f673c5

View file

@ -18,6 +18,7 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false;
matchBlocks = let matchBlocks = let
addGPGAgentForwarding = hostConf: addGPGAgentForwarding = hostConf: