WIP: rewrite config #618
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
|
@ -7,4 +7,9 @@
|
|||
mutableTrust = false;
|
||||
scdaemonSettings.disable-ccid = true;
|
||||
};
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-qt;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue