sign git commits

This commit is contained in:
John Bowdre 2024-09-04 12:11:34 -05:00
parent ee9d6bb43f
commit e9f89c8071

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";
}; };
}; };
} }