mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
signByDefault = true
This commit is contained in:
parent
01ca2f2c22
commit
2a67b95d79
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
|||
enable = true;
|
||||
userName = "Bryan Ramos";
|
||||
userEmail = "bryan@ramos.codes";
|
||||
signing.key = "F1F3466458452B2DF351F1E864D12BA95ACE1F2D";
|
||||
signing = {
|
||||
key = "F1F3466458452B2DF351F1E864D12BA95ACE1F2D";
|
||||
signByDefault = true;
|
||||
};
|
||||
|
||||
extraConfig = {
|
||||
init = { defaultBranch = "main"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue