Files
TheaninovOS/programs/git.nix
2023-10-28 13:24:52 +02:00

10 lines
193 B
Nix

{
enable = true;
userName = "Thea Schöbl";
userEmail = "dev@theaninova.de";
signing = {
key = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA";
signByDefault = true;
};
}