Add default git ssh command
This commit is contained in:
parent
3977392164
commit
8e4e563303
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user