fixed gpg
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
enable = true;
|
||||
defaultCacheTtl = 1800;
|
||||
maxCacheTtl = 1800;
|
||||
pinentry.package = pkgs.pinentry-curses;
|
||||
pinentry.package = pkgs.pinentry-qt;
|
||||
};
|
||||
|
||||
services.gpg-agent.extraConfig = ''
|
||||
pinentry-program ${pkgs.pinentry-qt}/bin/pinentry
|
||||
'';
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@@ -15,4 +19,4 @@
|
||||
keyserver = "hkps://keys.openpgp.org";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user