Install gpg-agent and activate git commit signing
This commit is contained in:
parent
d8f7b8bbc2
commit
3d056c581b
3 changed files with 32 additions and 1 deletions
7
home-manager/modules/gpg.nix
Normal file
7
home-manager/modules/gpg.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "gtk2";
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue