mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
10 lines
193 B
Nix
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;
|
|
};
|
|
}
|