Commit 19ba3e21a00a

Vincent Demeester <vincent@sbr.pm>
2019-07-01 14:17:06
profiles.git: disable http.ssl config
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 59766ff
Changed files (1)
modules
profiles
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";