feat(git/config): change author email to rafiq@rrv.sh
This commit is contained in:
parent
ca26099c9f
commit
b8f4746cd0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Mohammad Rafiq";
|
userName = "Mohammad Rafiq";
|
||||||
userEmail = "mohammadrafiq567@gmail.com";
|
userEmail = "rafiq@rrv.sh";
|
||||||
# Thanks to https://blog.notashelf.dev/posts/2025-02-24-ssh-signing-commits.html!
|
# Thanks to https://blog.notashelf.dev/posts/2025-02-24-ssh-signing-commits.html!
|
||||||
signing.key = "~/.ssh/id_ed25519.pub";
|
signing.key = "~/.ssh/id_ed25519.pub";
|
||||||
signing.signByDefault = true;
|
signing.signByDefault = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue