mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-26 04:54:35 +00:00
Fix git signing after renaming the custom opt
This commit is contained in:
parent
d765db5332
commit
15947ba93a
|
@ -17,7 +17,7 @@ in
|
|||
userEmail = myGitConf.userEmail;
|
||||
|
||||
signing = {
|
||||
signByDefault = myGitConf.signing.enabled;
|
||||
signByDefault = myGitConf.signing.enable;
|
||||
key = myGitConf.signing.key;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue