mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add gpg key signing for git
This commit is contained in:
parent
564e2914be
commit
0c94681094
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -339,6 +339,8 @@
|
|||
delta.enable = true;
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
commit.gpgsign = "true";
|
||||
user.signingkey = "8F5E6C1AF90976CA7102917A865658ED1FE61EC3";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue