commit 19ba3e21a00a6d26d6501d6ceab4824be6b007a2
parent 59766ff2e2398b5bd5b8bb70e367070f6a53890d
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 1 Jul 2019 14:17:06 +0200
profiles.git: disable http.ssl config
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/profiles/git.nix b/modules/profiles/git.nix
@@ -103,10 +103,10 @@ in
statusHints = false;
pushNonFastForward = false;
};
- http = {
- sslCAinfo = "${ca-bundle_crt}";
- sslverify = true;
- };
+ #http = {
+ # sslCAinfo = "${ca-bundle_crt}";
+ # sslverify = true;
+ #};
github.user = "vdemeester";
"filter \"lfs\"" = {
clean = "${pkgs.git-lfs}/bin/git-lfs clean -- %f";