mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +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;
|
userEmail = myGitConf.userEmail;
|
||||||
|
|
||||||
signing = {
|
signing = {
|
||||||
signByDefault = myGitConf.signing.enabled;
|
signByDefault = myGitConf.signing.enable;
|
||||||
key = myGitConf.signing.key;
|
key = myGitConf.signing.key;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue