Extract a gnupg mixin
This commit is contained in:
parent
2f56994696
commit
4bbca3493e
7 changed files with 8 additions and 12 deletions
11
modules/mixins/gnupg.nix
Normal file
11
modules/mixins/gnupg.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue