move pinentry package to system-declaration

This commit is contained in:
Sean Kovacs 2026-01-30 15:20:39 -05:00
commit c384d4a44c
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 1 additions and 2 deletions

View file

@ -119,6 +119,7 @@
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-curses;
};
networking.firewall.enable = false;