git: Fix commit signing
This commit is contained in:
parent
f91234d87c
commit
724a874c97
1 changed files with 6 additions and 3 deletions
|
@ -11,6 +11,12 @@ in {
|
||||||
name = "caem"
|
name = "caem"
|
||||||
signingKey = "E50FC66B5062070DC462661C69A830D03203405F"
|
signingKey = "E50FC66B5062070DC462661C69A830D03203405F"
|
||||||
|
|
||||||
|
[gpg]
|
||||||
|
program = "${pkgs.gnupg}/bin/gpg2"
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgSign = true
|
||||||
|
|
||||||
[tag]
|
[tag]
|
||||||
gpgSign = true
|
gpgSign = true
|
||||||
|
|
||||||
|
@ -28,9 +34,6 @@ in {
|
||||||
|
|
||||||
home.file."/home/hu/.config/git/config" = {
|
home.file."/home/hu/.config/git/config" = {
|
||||||
text = ''
|
text = ''
|
||||||
[gpg]
|
|
||||||
program = "${pkgs.gnupg}/bin/gpg2"
|
|
||||||
|
|
||||||
[includeIf "gitdir:~/programming/personal/**"]
|
[includeIf "gitdir:~/programming/personal/**"]
|
||||||
path = ~/.config/git/personal
|
path = ~/.config/git/personal
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue