Git, add signing

This commit is contained in:
Julia Lange 2024-05-27 01:55:38 -07:00
parent 6ae7c1ff65
commit ed8bd0726f

View file

@ -14,6 +14,12 @@
enable = true; enable = true;
userName = config.git.username; userName = config.git.username;
userEmail = config.git.email; userEmail = config.git.email;
extraConfig = {
user.signingkey = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
gpg.format = "ssh";
commit.gpgSign = "true";
tag.gpgSign = "true";
};
}; };
}; };
} }