Add default git ssh command

This commit is contained in:
Joey Hafner 2024-09-13 15:05:31 -07:00
parent 3977392164
commit 8e4e563303

View File

@ -32,6 +32,9 @@
enable = true;
userName = "Joey Hafner";
userEmail = "joey@jafner.net";
extraConfig = {
core.sshCommand = "ssh -i /home/joey/.ssh/joey@joey-laptop";
};
};
programs.zsh = {