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