This commit is contained in:
Nathan McCarty 2023-03-27 18:59:34 -04:00
parent 65e84f8b22
commit e400a07efd
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@
# Setup git commit signing with ssh key
programs.git = {
extraConfig = {
commit.gpgSign = true;
commit.gpgsign = true;
gpg.format = "ssh";
user.signingKey = "~/.ssh/id_ed25519.pub";
user.signingkey = "~/.ssh/id_ed25519.pub";
};
};
}