1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Sign tags too in git

This commit is contained in:
RGBCube 2024-03-02 10:31:19 +03:00
parent 9700fa3f60
commit 02ba5f6511
No known key found for this signature in database

View file

@ -113,6 +113,7 @@
url."ssh://forgejo@rgbcu.be:2222/".insteadOf = "https://git.rgbcu.be/";
} // lib.optionalAttrs ulib.isDesktop {
commit.gpgSign = true;
tag.gpgSign = true;
gpg.format = "ssh";
user.signingKey = "~/.ssh/id";
};