Fix git option

This commit is contained in:
David Morgan 2022-11-23 12:04:58 +00:00
parent 6cee7df820
commit 60bdd3c24b
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
signing.signByDefault = lib.mkForce false;
includes = [
{ path = "~/.gitconfig-personal"; condition = "gitdir:~/src/personal/"; }
{ contents = { commit.gpg = true; }; condition = "gitdir:~/src/personal/"; }
{ contents = { commit.gpgSign = true; }; condition = "gitdir:~/src/personal/"; }
];
extraConfig = {
github.user = "david-morgan-otm";