Skip to content

Instantly share code, notes, and snippets.

@MatrixManAtYrService
Created February 6, 2024 03:54
Show Gist options
  • Save MatrixManAtYrService/5d07dac4a90eb170338df0e11dd3a314 to your computer and use it in GitHub Desktop.
Save MatrixManAtYrService/5d07dac4a90eb170338df0e11dd3a314 to your computer and use it in GitHub Desktop.
home manager git config to use ssh instead of http for github
git = {
enable = true;
extraConfig = {
"url \"git@github.com:\"".insteadOf = "https://github.com/";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment