about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-23 12:04:58 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-23 12:04:58 +0000
commit60bdd3c24b684917195483dc87c5c9abba0b703f (patch)
tree33fa50d565af8bf759beed515fe66d127b60e184 /nix-conf/home
parent6cee7df820817f9ad12480832ff4b24530c361e6 (diff)
downloaddotfiles-60bdd3c24b684917195483dc87c5c9abba0b703f.tar.gz
Fix git option
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/otm.nix2
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";