diff options
| -rw-r--r-- | profiles/core/git.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/core/git.nix b/profiles/core/git.nix index 39cbf5c..baf2135 100644 --- a/profiles/core/git.nix +++ b/profiles/core/git.nix @@ -11,7 +11,9 @@ merge.tool = "fugitive"; gpg.format = "ssh"; user.signingKey = "${config.ivi.home}/.ssh/id_ed25519_sk.pub"; + commit.gpgsign = true; }; + ignores = [ "/.direnv/" "/.envrc" |
