Clean up
This commit is contained in:
parent
0ac4151479
commit
ddf676d221
|
|
@ -38,7 +38,6 @@ in
|
||||||
user = {
|
user = {
|
||||||
name = "Joshua Yuen";
|
name = "Joshua Yuen";
|
||||||
email = "joshuayuen99@gmail.com";
|
email = "joshuayuen99@gmail.com";
|
||||||
# We need to do this to pass through the (optional) signing key from the hosts/* file
|
|
||||||
signingkey = mkIf (gpgCfg.signingKey != null) gpgCfg.signingKey;
|
signingkey = mkIf (gpgCfg.signingKey != null) gpgCfg.signingKey;
|
||||||
};
|
};
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue