fix(gnupg): fix typo and add pinentry-ncurses

This commit is contained in:
2025-12-28 19:58:22 +01:00
parent 0fccd2d54b
commit 0509b11c00
2 changed files with 7 additions and 2 deletions

View File

@@ -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
];
}

View File

@@ -11,7 +11,6 @@
file
ghostty
git
gnupg
imagemagick
imv
iperf3