diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-23 12:04:58 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-23 12:04:58 +0000 |
commit | 60bdd3c24b684917195483dc87c5c9abba0b703f (patch) | |
tree | 33fa50d565af8bf759beed515fe66d127b60e184 /nix-conf/home | |
parent | 6cee7df820817f9ad12480832ff4b24530c361e6 (diff) | |
download | dotfiles-60bdd3c24b684917195483dc87c5c9abba0b703f.tar.gz |
Fix git option
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/otm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/otm.nix b/nix-conf/home/otm.nix index 1065852..667493c 100644 --- a/nix-conf/home/otm.nix +++ b/nix-conf/home/otm.nix @@ -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"; |