This commit is contained in:
Joshua Yuen 2026-06-21 17:13:17 -04:00
parent 0ac4151479
commit ddf676d221
Signed by: josh
GPG Key ID: 530DA0331EFE99F5
2 changed files with 29 additions and 30 deletions

View File

@ -38,7 +38,6 @@ in
user = {
name = "Joshua Yuen";
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;
};
commit.gpgsign = true;