began setting up git signing

This commit is contained in:
CDaut 2024-04-18 10:03:48 +02:00
parent 9ff9b824c6
commit fc0dcffc62
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 32 additions and 0 deletions

View file

@ -3,5 +3,9 @@
enable = true;
userName = "CDaut";
userEmail = "git@cdaut.de";
signing = {
signByDefault = true;
key = null;
};
};
}