remove sshDefaultConfig till 25.11 drops

This commit is contained in:
2025-11-01 17:51:59 -05:00
parent 458090e795
commit a6d2c0030d

View File

@@ -15,11 +15,9 @@ in {
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false; #enableDefaultConfig = false;
matchBlocks = { matchBlocks = {
"git.blakedheld.xyz" = { "git.blakedheld.xyz" = {
user = "gitea"; user = "gitea";