move pinentry package to system-declaration

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

View file

@ -65,8 +65,6 @@
# })
];
services.gpg-agent.pinentry.package = pkgs.pinentry-curses;
services = {
spotifyd = {
enable = true;

View file

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