nix(home-manager): manage git's allowed_signers
This commit is contained in:
parent
a7b29a206c
commit
0d6ef1aca8
@ -2,6 +2,8 @@
|
||||
gpgsign = true
|
||||
[gpg]
|
||||
format = ssh
|
||||
[gpg "ssh"]
|
||||
allowedSignersFile = ~/.config/git/allowed_signers
|
||||
[oh-my-zsh]
|
||||
hide-status = 1
|
||||
[cola]
|
||||
|
@ -118,7 +118,10 @@ in {
|
||||
path = ~/.config/git/config-common
|
||||
[include]
|
||||
path = ~/.config/git/config.${hostName}
|
||||
'';
|
||||
'';
|
||||
};
|
||||
".config/git/allowed_signers" = {
|
||||
source = ./.config/git/allowed_signers;
|
||||
};
|
||||
|
||||
# begin zsh-related.
|
||||
|
Loading…
Reference in New Issue
Block a user