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:
parent
3280781536
commit
d7a5993121
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue