t14: disable sign by default git commits
This commit is contained in:
parent
ba55adc044
commit
bf7cd5544c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ in {
|
|||
programs.git = {
|
||||
signing = {
|
||||
key = config.local.services.gpg.defaultKey;
|
||||
signByDefault = true;
|
||||
signByDefault = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue