mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Rename git.signing.enabled to enable
This commit is contained in:
parent
0e3bbe7dd2
commit
9bd3848584
|
@ -77,7 +77,7 @@
|
|||
userName = "ItsDrike";
|
||||
userEmail = "itsdrike@protonmail.com";
|
||||
signing = {
|
||||
enabled = true;
|
||||
enable = true;
|
||||
key = "FA2745890B7048C0";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
userName = "ItsDrike";
|
||||
userEmail = "itsdrike@protonmail.com";
|
||||
signing = {
|
||||
enabled = true;
|
||||
enable = true;
|
||||
key = "FA2745890B7048C0";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -15,7 +15,7 @@ in
|
|||
};
|
||||
|
||||
signing = {
|
||||
enabled = mkEnableOption ''
|
||||
enable = mkEnableOption ''
|
||||
git commit signing.
|
||||
Requires `myOptions.home-manager.git.signing.key` to be set.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue