gpg
This commit is contained in:
parent
fff3aa9713
commit
b229451bed
2 changed files with 24 additions and 2 deletions
11
home/gpg.nix
Normal file
11
home/gpg.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings.trust-model = "tofu+pgp";
|
||||
};
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-gtk2;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue