feat(git): Add SSL CA info configuration

Configured Git to use the system's CA certificates for SSL verification. This ensures secure connections to remote repositories.
This commit is contained in:
Harald Hoyer 2024-09-04 13:37:01 +02:00
parent 3280781536
commit d7a5993121

View file

@ -60,6 +60,7 @@ in
clean = "${pkgs.metacfg.rot8000}/bin/rot8000";
smudge = "${pkgs.metacfg.rot8000}/bin/rot8000";
};
http.sslCAinfo = "/etc/ssl/certs/ca-certificates.crt";
};
};
};