this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: rewrite pushes to HTTPS and Git protocol for GitHub

+1 -1
+1 -1
modules/git.nix
··· 158 158 updateRefs = true; 159 159 }; 160 160 161 - url."git@github.com:".pushInsteadOf = "https://github.com/"; 161 + url."git@github.com:".pushInsteadOf = ["https://github.com/" "git://github.com/"]; 162 162 163 163 sendemail = { 164 164 smtpserver = "${config.programs.msmtp.package}/bin/msmtp";