fix(gnupg): fix typo and add pinentry-ncurses
This commit is contained in:
@@ -2,8 +2,14 @@
|
||||
|
||||
{
|
||||
# enable gnupg agent
|
||||
services.gnupg.agent = {
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnupg
|
||||
pinentry-curses
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user