Add configuration for git commit signing.
This commit is contained in:
parent
17ad47b2bc
commit
3c59c0d73a
3 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
[user]
|
||||
name = Ray Miller
|
||||
email = ray@1729.org.uk
|
||||
signingkey = 2E19CF8255B6A04D55501F2C043F786C4CD681B8
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[core]
|
||||
excludesfile = /home/ray/.gitignore_global
|
||||
[filter "lfs"]
|
||||
|
|
1
dotfiles/gnupg/.gnupg/gpg.conf
Normal file
1
dotfiles/gnupg/.gnupg/gpg.conf
Normal file
|
@ -0,0 +1 @@
|
|||
digest-algo sha512
|
|
@ -75,5 +75,8 @@
|
|||
(home-dotfiles-configuration
|
||||
(directories '("./dotfiles"))
|
||||
(layout 'stow)))
|
||||
(service home-gpg-agent-service-type)
|
||||
(service home-gpg-agent-service-type
|
||||
(home-gpg-agent-configuration
|
||||
(default-cache-ttl 7200)
|
||||
(max-cache-ttl 14400)))
|
||||
(service home-shepherd-service-type))))
|
||||
|
|
Loading…
Reference in a new issue