sign git commits

This commit is contained in:
John Bowdre 2024-09-04 12:11:34 -05:00
parent ee9d6bb43f
commit 3de14bb202
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -13,8 +13,10 @@
userEmail = lib.mkDefault email; userEmail = lib.mkDefault email;
userName = lib.mkDefault "John Bowdre"; userName = lib.mkDefault "John Bowdre";
extraConfig = { extraConfig = {
gpg.format = "ssh";
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = false; pull.rebase = false;
user.signingKey = "~/.ssh/id_ed25519.pub";
}; };
}; };
} }